/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/ |
H A D | RefactoringCallbacksTest.cpp | 23 const std::string &Expected, in expectRewritten() 41 std::string Expected = "void f() { ; }"; in TEST() local 48 std::string Expected = "#define A void f() { ; }\nA"; in TEST() local 55 std::string Expected = "#define A void f() { int i = 1; }"; in TEST() local 62 std::string Expected = "void f() { int i = 2; }"; in TEST() local 70 std::string Expected = "void f() { int i = i * 2; }"; in TEST() local 81 std::string Expected = "bool a; void f() { f(); }"; in TEST() local 92 std::string Expected = "void f() { }"; in TEST() local
|
H A D | CompilationDatabaseTest.cpp | 499 std::vector<std::string> Expected; in TEST() local 518 std::vector<std::string> Expected; in TEST() local
|
H A D | RefactoringTest.cpp | 401 std::vector<Replacement> Expected; in TEST() local
|
/minix3/external/bsd/llvm/dist/llvm/unittests/MC/ |
H A D | StringTableBuilderTest.cpp | 28 std::string Expected; in TEST() local 55 std::string Expected; in TEST() local
|
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/ |
H A D | ConvertUTFTest.cpp | 25 std::string Expected("\xe0\xb2\xa0_\xe0\xb2\xa0"); in TEST() local 36 std::string Expected("\xe0\xb2\xa0_\xe0\xb2\xa0"); in TEST() local 137 CheckConvertUTF8ToUnicodeScalars(ConvertUTFResultContainer Expected, in CheckConvertUTF8ToUnicodeScalars()
|
/minix3/external/bsd/llvm/dist/llvm/unittests/ADT/ |
H A D | StringRefTest.cpp | 371 uint64_t Expected; member 388 int64_t Expected; member
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafety.h | 101 LockKind Expected, LockKind Received, in handleIncorrectUnlockKind()
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | Store.cpp | 228 const CXXRecordDecl *Expected = Ty->getPointeeCXXRecordDecl(); in regionMatchesCXXRecordType() local
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGAtomic.cpp | 193 llvm::LoadInst *Expected = CGF.Builder.CreateLoad(Val1); in emitAtomicCmpXchg() local 1146 LValue Obj, RValue Expected, RValue Desired, SourceLocation Loc, in EmitAtomicCompareExchange()
|
/minix3/external/bsd/llvm/dist/clang/unittests/AST/ |
H A D | DeclPrinterTest.cpp | 674 SmallString<128> Expected; in TEST() local 698 SmallString<128> Expected; in TEST() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Parse/ |
H A D | Parser.h | 289 bool TryConsumeToken(tok::TokenKind Expected) { in TryConsumeToken() 299 bool TryConsumeToken(tok::TokenKind Expected, SourceLocation &Loc) { in TryConsumeToken()
|
/minix3/external/bsd/llvm/dist/llvm/unittests/IR/ |
H A D | MetadataTest.cpp | 187 std::string Expected; in TEST_F() local
|
/minix3/external/bsd/llvm/dist/clang/unittests/Basic/ |
H A D | VirtualFileSystemTest.cpp | 360 static void checkContents(DirIter I, ArrayRef<StringRef> Expected) { in checkContents()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
H A D | Path.cpp | 931 const char Expected[] = { 0, 0, 0, 0, '\x20', 0, 0, 0, '\xff' }; in identify_magic() local
|
H A D | YAMLParser.cpp | 869 bool Scanner::consume(uint32_t Expected) { in consume()
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 1528 LockKind Expected, LockKind Received, in handleIncorrectUnlockKind()
|
H A D | SemaDecl.cpp | 8173 QualType Expected[] = { Context.IntTy, CharPP, CharPP, CharPP }; in CheckMain() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 2249 CanQualType Expected in ProcessCodeCompleteResults() local
|
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/ |
H A D | CodeGenDAGPatterns.cpp | 1545 unsigned Expected, in emitTooManyOperandsError()
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | ExprConstant.cpp | 1041 const CXXRecordDecl *Expected; in castBack() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 6540 SDValue Expected = (i * 2 < NumElts) ? V0 : V1; in isHorizontalBinOp() local
|