/minix3/external/bsd/llvm/dist/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersTest.h | 98 testing::AssertionResult matches(const std::string &Code, const T &AMatcher) { in matches() 103 testing::AssertionResult notMatches(const std::string &Code, in notMatches() 112 const std::string &Code, const T &AMatcher, bool ExpectMatch, in matchesConditionallyWithCuda() 166 testing::AssertionResult matchesWithCuda(const std::string &Code, in matchesWithCuda() 172 testing::AssertionResult notMatchesWithCuda(const std::string &Code, in notMatchesWithCuda() 179 matchAndVerifyResultConditionally(const std::string &Code, const T &AMatcher, in matchAndVerifyResultConditionally() 223 matchAndVerifyResultTrue(const std::string &Code, const T &AMatcher, in matchAndVerifyResultTrue() 231 matchAndVerifyResultFalse(const std::string &Code, const T &AMatcher, in matchAndVerifyResultFalse()
|
/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/ |
H A D | RefactoringCallbacksTest.cpp | 22 void expectRewritten(const std::string &Code, in expectRewritten() 40 std::string Code = "void f() { int i = 1; }"; in TEST() local 47 std::string Code = "#define A void f() { int i = 1; }\nA"; in TEST() local 54 std::string Code = "#define A void f() { int i = 1; }"; in TEST() local 61 std::string Code = "void f() { int i = 1; }"; in TEST() local 69 std::string Code = "void f() { int i = false ? 1 : i * 2; }"; in TEST() local 80 std::string Code = "bool a; void f() { if (a) f(); else a = true; }"; in TEST() local 91 std::string Code = "void f() { if (false) int i = 0; }"; in TEST() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/ |
H A D | Parser.h | 190 static bool parseExpression(StringRef Code, Sema *S, in parseExpression() 194 static bool parseExpression(StringRef Code, VariantValue *Value, in parseExpression() 214 completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S) { in completeExpression() 218 completeExpression(StringRef Code, unsigned CompletionOffset) { in completeExpression()
|
/minix3/external/bsd/llvm/dist/clang/unittests/AST/ |
H A D | StmtPrinterTest.cpp | 70 PrintedStmtMatches(StringRef Code, const std::vector<std::string> &Args, in PrintedStmtMatches() 101 PrintedStmtCXX98Matches(StringRef Code, const StatementMatcher &NodeMatch, in PrintedStmtCXX98Matches() 110 StringRef Code, in PrintedStmtCXX98Matches() 124 PrintedStmtCXX11Matches(StringRef Code, const StatementMatcher &NodeMatch, in PrintedStmtCXX11Matches() 133 StringRef Code, in PrintedStmtMSMatches()
|
H A D | NamedDeclPrinterTest.cpp | 64 PrintedNamedDeclMatches(StringRef Code, const std::vector<std::string> &Args, in PrintedNamedDeclMatches() 96 PrintedNamedDeclCXX98Matches(StringRef Code, StringRef DeclName, in PrintedNamedDeclCXX98Matches() 108 PrintedWrittenNamedDeclCXX11Matches(StringRef Code, StringRef DeclName, in PrintedWrittenNamedDeclCXX11Matches()
|
H A D | MatchVerifier.h | 45 testing::AssertionResult match(const std::string &Code, in match() 52 testing::AssertionResult match(const std::string &Code, in match() 88 const std::string &Code, const MatcherType &AMatcher, in match()
|
H A D | DeclPrinterTest.cpp | 69 StringRef Code, in PrintedDeclMatches() 101 ::testing::AssertionResult PrintedDeclCXX98Matches(StringRef Code, in PrintedDeclCXX98Matches() 113 StringRef Code, in PrintedDeclCXX98Matches() 124 ::testing::AssertionResult PrintedDeclCXX11Matches(StringRef Code, in PrintedDeclCXX11Matches() 136 StringRef Code, in PrintedDeclCXX11Matches() 148 StringRef Code, in PrintedDeclCXX11nonMSCMatches() 161 StringRef Code, in PrintedDeclObjCMatches() 669 SmallString<128> Code; in TEST() local 693 SmallString<128> Code; in TEST() local
|
/minix3/external/bsd/llvm/dist/clang/unittests/Format/ |
H A D | FormatTestProto.cpp | 22 static std::string format(llvm::StringRef Code, unsigned Offset, in format() 34 static std::string format(llvm::StringRef Code) { in format() 40 static void verifyFormat(llvm::StringRef Code) { in verifyFormat()
|
H A D | FormatTestUtils.h | 23 inline std::string messUp(llvm::StringRef Code) { in messUp()
|
H A D | FormatTestJS.cpp | 22 static std::string format(llvm::StringRef Code, unsigned Offset, in format() 35 llvm::StringRef Code, in format() 47 llvm::StringRef Code, in verifyFormat()
|
H A D | FormatTestJava.cpp | 22 static std::string format(llvm::StringRef Code, unsigned Offset, in format() 35 llvm::StringRef Code, in format() 47 llvm::StringRef Code, in verifyFormat()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | BitstreamReader.cpp | 99 unsigned Code = ReadVBR(6); in skipRecord() local 158 unsigned Code = ReadVBR(6); in readRecord() local 170 unsigned Code; in readRecord() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/OProfileJIT/ |
H A D | OProfileWrapper.cpp | 214 void const* Code, in op_write_native_code() 226 void const* Code, in op_write_debug_line_info()
|
/minix3/external/bsd/llvm/dist/clang/unittests/ASTMatchers/Dynamic/ |
H A D | ParserTest.cpp | 37 void parse(StringRef Code) { in parse() 215 std::string ParseWithError(StringRef Code) { in ParseWithError() 222 std::string ParseMatcherWithError(StringRef Code) { in ParseMatcherWithError() 295 StringRef Code = "functionDecl(hasName("; in TEST() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | CmpInstAnalysis.cpp | 72 Value *llvm::getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS, in getICmpValue()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/ |
H A D | DWARFAbbreviationDeclaration.h | 21 uint32_t Code; variable
|
/minix3/external/bsd/llvm/dist/clang/lib/Tooling/ |
H A D | Tooling.cpp | 107 bool runToolOnCode(clang::FrontendAction *ToolAction, const Twine &Code, in runToolOnCode() 124 bool runToolOnCodeWithArgs(clang::FrontendAction *ToolAction, const Twine &Code, in runToolOnCodeWithArgs() 409 std::unique_ptr<ASTUnit> buildASTFromCode(const Twine &Code, in buildASTFromCode() 415 buildASTFromCodeWithArgs(const Twine &Code, in buildASTFromCodeWithArgs()
|
/minix3/minix/drivers/power/acpi/include/ |
H A D | acpiosxf.h | 78 UINT32 Code; member
|
/minix3/external/bsd/llvm/dist/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 125 const MemoryBuffer *Code, in fillRanges() 218 std::unique_ptr<llvm::MemoryBuffer> Code = std::move(CodeOrErr.get()); in format() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/TableGen/ |
H A D | StringMatcher.cpp | 55 StringRef Code = Matches[0]->second; in EmitStringMatcherForChar() local
|
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-bcanalyzer/ |
H A D | llvm-bcanalyzer.cpp | 424 unsigned Code = Stream.readRecord(Entry.ID, Record, &Blob); in ParseBlock() local 554 unsigned Code = BlockInfoCursor.ReadCode(); in AnalyzeBitcode() local 575 unsigned Code = Stream.ReadCode(); in AnalyzeBitcode() local
|
/minix3/external/bsd/llvm/dist/clang/lib/ASTMatchers/Dynamic/ |
H A D | Parser.cpp | 252 StringRef Code; member in clang::ast_matchers::dynamic::Parser::CodeTokenizer 557 bool Parser::parseExpression(StringRef Code, Sema *S, in parseExpression() 572 Parser::completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S, in completeExpression() 592 Parser::parseMatcherExpression(StringRef Code, Sema *S, in parseMatcherExpression()
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
H A D | SerializedDiagnosticReader.cpp | 81 unsigned Code = Stream.ReadCode(); in skipUntilRecordOrBlock() local
|
/minix3/external/bsd/byacc/dist/test/ |
H A D | btyacc_demo.y | 18 typedef int Code; typedef
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyLogical.h | 59 BinOp(LExpr *LHS, LExpr *RHS, Opcode Code) : LExpr(Code), LHS(LHS), RHS(RHS) {} in BinOp()
|