Home
last modified time | relevance | path

Searched defs:Expected (Results 1 – 21 of 21) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/
H A DRefactoringCallbacksTest.cpp23 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 DCompilationDatabaseTest.cpp499 std::vector<std::string> Expected; in TEST() local
518 std::vector<std::string> Expected; in TEST() local
H A DRefactoringTest.cpp401 std::vector<Replacement> Expected; in TEST() local
/minix3/external/bsd/llvm/dist/llvm/unittests/MC/
H A DStringTableBuilderTest.cpp28 std::string Expected; in TEST() local
55 std::string Expected; in TEST() local
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/
H A DConvertUTFTest.cpp25 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 DStringRefTest.cpp371 uint64_t Expected; member
388 int64_t Expected; member
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h101 LockKind Expected, LockKind Received, in handleIncorrectUnlockKind()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp228 const CXXRecordDecl *Expected = Ty->getPointeeCXXRecordDecl(); in regionMatchesCXXRecordType() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGAtomic.cpp193 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 DDeclPrinterTest.cpp674 SmallString<128> Expected; in TEST() local
698 SmallString<128> Expected; in TEST() local
/minix3/external/bsd/llvm/dist/clang/include/clang/Parse/
H A DParser.h289 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 DMetadataTest.cpp187 std::string Expected; in TEST_F() local
/minix3/external/bsd/llvm/dist/clang/unittests/Basic/
H A DVirtualFileSystemTest.cpp360 static void checkContents(DirIter I, ArrayRef<StringRef> Expected) { in checkContents()
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DPath.cpp931 const char Expected[] = { 0, 0, 0, 0, '\x20', 0, 0, 0, '\xff' }; in identify_magic() local
H A DYAMLParser.cpp869 bool Scanner::consume(uint32_t Expected) { in consume()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1528 LockKind Expected, LockKind Received, in handleIncorrectUnlockKind()
H A DSemaDecl.cpp8173 QualType Expected[] = { Context.IntTy, CharPP, CharPP, CharPP }; in CheckMain() local
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp2249 CanQualType Expected in ProcessCodeCompleteResults() local
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1545 unsigned Expected, in emitTooManyOperandsError()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp1041 const CXXRecordDecl *Expected; in castBack() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6540 SDValue Expected = (i * 2 < NumElts) ? V0 : V1; in isHorizontalBinOp() local