Searched refs:Code (Results 1 - 25 of 106) sorted by relevance

12345

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp59 : Code(MatcherCode), StartOfLine(MatcherCode), Line(1), Error(Error) {
81 if (Code.empty()) {
87 switch (Code[0]) {
90 Result.Text = Code.substr(0, 1);
91 Code = Code.drop_front();
95 Result.Text = Code.substr(0, 1);
96 Code = Code.drop_front();
100 Result.Text = Code
222 StringRef Code; member in class:clang::ast_matchers::dynamic::Parser::CodeTokenizer
375 parseExpression(StringRef Code, VariantValue *Value, Diagnostics *Error) argument
381 parseExpression(StringRef Code, Sema *S, VariantValue *Value, Diagnostics *Error) argument
394 parseMatcherExpression(StringRef Code, Diagnostics *Error) argument
400 parseMatcherExpression(StringRef Code, Parser::Sema *S, Diagnostics *Error) argument
[all...]
/freebsd-10.1-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DCmpInstAnalysis.h56 Value *getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS,
/freebsd-10.1-release/contrib/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h752 inline bool isSignedIntSetCC(CondCode Code) { argument
753 return Code == SETGT || Code == SETGE || Code == SETLT || Code == SETLE;
758 inline bool isUnsignedIntSetCC(CondCode Code) { argument
759 return Code == SETUGT || Code == SETUGE || Code == SETULT || Code
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp37 serialization::StmtCode Code; member in class:clang::ASTStmtWriter
68 Code = serialization::STMT_NULL;
79 Code = serialization::STMT_COMPOUND;
95 Code = serialization::STMT_CASE;
101 Code = serialization::STMT_DEFAULT;
109 Code = serialization::STMT_LABEL;
118 Code = serialization::STMT_ATTRIBUTED;
129 Code = serialization::STMT_IF;
142 Code = serialization::STMT_SWITCH;
151 Code
[all...]
H A DASTWriterDecl.cpp42 serialization::DeclCode Code; member in class:clang::ASTDeclWriter
211 Code = serialization::DECL_TYPEDEF;
216 Code = serialization::DECL_TYPEALIAS;
273 Code = serialization::DECL_ENUM;
297 Code = serialization::DECL_RECORD;
312 Code = serialization::DECL_ENUM_CONSTANT;
420 Code = serialization::DECL_FUNCTION;
469 Code = serialization::DECL_OBJC_METHOD;
523 Code = serialization::DECL_OBJC_INTERFACE;
544 Code
[all...]
/freebsd-10.1-release/contrib/llvm/lib/DebugInfo/
H A DDWARFAbbreviationDeclaration.h21 uint32_t Code; member in class:llvm::DWARFAbbreviationDeclaration
34 uint32_t getCode() const { return Code; }
H A DDWARFAbbreviationDeclaration.cpp18 Code = 0;
31 Code = Data.getULEB128(OffsetPtr);
32 if (Code == 0) {
/freebsd-10.1-release/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.tab.h30 Code *code;
/freebsd-10.1-release/contrib/byacc/test/
H A Dbtyacc_demo.y16 typedef int Code;
43 Code *code;
209 extern void finish_fn_def(Decl *fn_decl, Code *block);
224 extern Code * build_expr_code(Expr *expr);
225 extern Code * build_if(Expr *cond_expr, Code *then_stmt, Code *else_stmt);
226 extern Code * code_append(Code *stmt_list, Code *stm
[all...]
/freebsd-10.1-release/contrib/llvm/lib/TableGen/
H A DStringMatcher.cpp55 StringRef Code = Matches[0]->second; local
57 std::pair<StringRef, StringRef> Split = Code.split('\n');
60 Code = Split.second;
61 while (!Code.empty()) {
62 Split = Code.split('\n');
64 Code = Split.second;
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAbbrev.cpp44 m_idx_offset = abbrevDeclaration.Code();
47 if (prev_abbr_code + 1 != abbrevDeclaration.Code())
50 prev_abbr_code = abbrevDeclaration.Code();
78 if (pos->Code() == abbrCode)
/freebsd-10.1-release/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp147 static void WriteStringRecord(unsigned Code, StringRef Str, argument
151 // Code: [strchar x N]
159 Stream.EmitRecord(Code, Vals, AbbrevToUse);
382 unsigned Code = 0; local
386 case Type::VoidTyID: Code = bitc::TYPE_CODE_VOID; break;
387 case Type::HalfTyID: Code = bitc::TYPE_CODE_HALF; break;
388 case Type::FloatTyID: Code = bitc::TYPE_CODE_FLOAT; break;
389 case Type::DoubleTyID: Code = bitc::TYPE_CODE_DOUBLE; break;
390 case Type::X86_FP80TyID: Code = bitc::TYPE_CODE_X86_FP80; break;
391 case Type::FP128TyID: Code
943 unsigned Code = -1U; local
1186 unsigned Code = 0; local
1525 unsigned Code; local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Utils/
H A DCmpInstAnalysis.cpp72 Value *llvm::getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS, argument
74 switch (Code) {
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h121 static bool parseExpression(StringRef Code, VariantValue *Value,
129 static bool parseExpression(StringRef Code, Sema *S,
/freebsd-10.1-release/contrib/llvm/lib/MC/
H A DMCPureStreamer.cpp200 SmallString<256> Code; local
201 raw_svector_ostream VecOS(Code);
205 IF->getContents() = Code;
213 SmallString<256> Code; local
214 raw_svector_ostream VecOS(Code);
223 DF->getContents().append(Code.begin(), Code.end());
/freebsd-10.1-release/contrib/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp213 void const* Code,
219 return WriteNativeCodeFunc(Agent, Name, Addr, Code, Size);
225 void const* Code,
232 return WriteDebugLineInfoFunc(Agent, Code, NumEntries, Info);
211 op_write_native_code(const char* Name, uint64_t Addr, void const* Code, const unsigned int Size) argument
224 op_write_debug_line_info( void const* Code, size_t NumEntries, struct debug_line_info const* Info) argument
/freebsd-10.1-release/contrib/llvm/include/llvm/MC/
H A DMCWin64EH.h1 //===- MCWin64EH.h - Machine Code Win64 EH support --------------*- C++ -*-===//
51 MCWin64EHInstruction(OpType Op, MCSymbol *L, bool Code) argument
52 : Operation(Op), Label(L), Offset(Code ? 1 : 0) {
/freebsd-10.1-release/contrib/ntp/sntp/libevent/
H A DMakefile.am151 SYS_INCLUDES = -IWIN32-Code -IWIN32-Code/nmake
252 WIN32-Code/nmake/evconfig-private.h \
253 WIN32-Code/nmake/event2/event-config.h \
254 WIN32-Code/tree.h \
H A DMakefile.nmake23 CFLAGS=/IWIN32-Code /IWIN32-Code/nmake /Iinclude /Icompat /DHAVE_CONFIG_H /I. $(SSL_CFLAGS)
/freebsd-10.1-release/contrib/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp419 unsigned Code = Stream.readRecord(Entry.ID, Record, &Blob); local
422 if (BlockStats.CodeFreq.size() <= Code)
423 BlockStats.CodeFreq.resize(Code+1);
424 BlockStats.CodeFreq[Code].NumInstances++;
425 BlockStats.CodeFreq[Code].TotalBits +=
428 BlockStats.CodeFreq[Code].NumAbbrev++;
435 GetCodeName(Code, BlockID, *Stream.getBitStreamReader()))
438 outs() << "UnknownCode" << Code;
440 GetCodeName(Code, BlockID, *Stream.getBitStreamReader()))
441 outs() << " codeid=" << Code;
524 unsigned Code = Stream.ReadCode(); local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitstreamReader.cpp139 unsigned Code = ReadVBR(6); local
140 (void)Code;
198 unsigned Code = ReadVBR(6); local
202 return Code;
214 unsigned Code = (unsigned)Vals.pop_back_val(); local
276 return Code;
/freebsd-10.1-release/contrib/libarchive/libarchive/
H A Darchive_ppmd7_private.h77 UInt32 Code; member in struct:__anon1625
108 #define Ppmd7z_RangeDec_IsFinishedOK(p) ((p)->Code == 0)
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Tooling/
H A DTooling.cpp105 bool runToolOnCode(clang::FrontendAction *ToolAction, const Twine &Code, argument
108 ToolAction, Code, std::vector<std::string>(), FileName);
122 bool runToolOnCodeWithArgs(clang::FrontendAction *ToolAction, const Twine &Code, argument
134 Code.toNullTerminatedStringRef(CodeStorage));
402 ASTUnit *buildASTFromCode(const Twine &Code, const Twine &FileName) { argument
403 return buildASTFromCodeWithArgs(Code, std::vector<std::string>(), FileName);
406 ASTUnit *buildASTFromCodeWithArgs(const Twine &Code, argument
418 Code.toNullTerminatedStringRef(CodeStorage));
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Tooling/
H A DTooling.h134 /// \brief Runs (and deletes) the tool on 'Code' with the -fsyntax-only flag.
137 /// \param Code C++ code.
138 /// \param FileName The file name which 'Code' will be mapped as.
141 bool runToolOnCode(clang::FrontendAction *ToolAction, const Twine &Code,
144 /// \brief Runs (and deletes) the tool on 'Code' with the -fsyntax-only flag and
148 /// \param Code C++ code.
150 /// \param FileName The file name which 'Code' will be mapped as.
153 bool runToolOnCodeWithArgs(clang::FrontendAction *ToolAction, const Twine &Code,
157 /// \brief Builds an AST for 'Code'.
159 /// \param Code
[all...]
/freebsd-10.1-release/sys/dev/acpica/Osd/
H A DOsdDebug.c79 fatal->Type, fatal->Code, fatal->Argument);

Completed in 461 milliseconds

12345