/external/llvm/lib/Fuzzer/test/ |
CxxTokensTest.cpp | 8 static void Found() { 9 std::cout << "Found the target, exiting\n"; 22 Found();
|
/external/llvm/lib/MC/ |
MCSubtargetInfo.cpp | 93 const SubtargetInfoKV *Found = 95 if (Found == ProcSchedModels+NumProcs || StringRef(Found->Key) != CPU) { 102 assert(Found->Value && "Missing processor SchedModel value"); 103 return *(const MCSchedModel *)Found->Value;
|
/external/clang/tools/diagtool/ |
TreeView.cpp | 94 const GroupRecord *Found = 97 if (Found == AllGroups.end() || Found->getName() != RootGroup) { 102 printGroup(*Found);
|
/external/llvm/lib/CodeGen/ |
ProcessImplicitDefs.cpp | 101 bool Found = false; 111 Found = true; 115 if (Found) 119 // If we found the using MI, we can erase the IMPLICIT_DEF. 120 if (Found) { 126 // Using instr wasn't found, it could be in another block.
|
TailDuplication.cpp | 174 bool Found = false; 178 Found = true; 182 if (!Found) { [all...] |
MachineInstr.cpp | [all...] |
/external/clang/unittests/ASTMatchers/ |
ASTMatchersTest.h | 67 bool Found = false, DynamicFound = false; 69 VerifyMatch VerifyFound(nullptr, &Found); 86 if (Found != DynamicFound) { 90 << Found << ")"; 92 if (!Found && ExpectMatch) { 95 } else if (Found && !ExpectMatch) { 97 << "Found unexpected match in \"" << Code << "\""; 153 bool Found = false, DynamicFound = false; 155 VerifyMatch VerifyFound(nullptr, &Found); 171 if (Found != DynamicFound) [all...] |
/external/clang/unittests/Tooling/ |
RewriterTestContext.h | 75 StringRef Found = 77 assert(Found == Path); 78 (void)Found;
|
ToolingTest.cpp | 166 // mapped module.map is found on the include path. In the future, expand this 271 bool Found = false; 274 [&Found, &Ran](const CommandLineArguments &Args) { 277 Found = true; 283 EXPECT_TRUE(Found); 285 Ran = Found = false; 291 EXPECT_FALSE(Found);
|
RefactoringTest.cpp | 240 StringRef Found = 242 assert(Found == Path); 243 (void)Found;
|
TestVisitor.h | 135 /// \brief Checks that all expected matches have been found. 204 : Candidate(Name, LineNumber, ColumnNumber), Found(false) {} 208 EXPECT_TRUE(!Found); 209 Found = true; 210 } else if (!Found && Candidate.PartiallyMatches(Name, Location)) { 218 EXPECT_TRUE(Found) 226 bool Found;
|
/external/llvm/include/llvm/MC/ |
MCSubtargetInfo.h | 148 auto Found = std::find_if(ProcDesc.begin(), ProcDesc.end(), 152 return Found != ProcDesc.end();
|
/external/llvm/lib/TableGen/ |
TGLexer.cpp | 312 DependenciesMapTy::const_iterator Found = Dependencies.find(IncludedFile); 313 if (Found != Dependencies.end()) { 316 SrcMgr.PrintMessage(Found->second, SourceMgr::DK_Note,
|
/external/clang/lib/ASTMatchers/Dynamic/ |
VariantValue.cpp | 137 const DynTypedMatcher *Found = nullptr; 142 if (Found) { 148 Found = &Matchers[i]; 153 // We only succeed if we found exactly one, or if we found an exact match. 154 if (Found && (FoundIsExact || NumFound == 1)) 155 return *Found;
|
/external/clang/lib/Frontend/ |
FrontendAction.cpp | 270 bool Found = false; 280 Found = true; 285 if (!Found) {
|
/external/llvm/lib/Support/ |
Triple.cpp | 560 bool Found[4]; 561 Found[0] = Arch != UnknownArch; 562 Found[1] = Vendor != UnknownVendor; 563 Found[2] = OS != UnknownOS; 564 Found[3] = Environment != UnknownEnvironment; 569 for (unsigned Pos = 0; Pos != array_lengthof(Found); ++Pos) { 570 if (Found[Pos]) 575 if (Idx < array_lengthof(Found) && Found[Idx]) 623 while (i < array_lengthof(Found) && Found[i] [all...] |
/external/llvm/lib/Target/X86/ |
X86FixupLEAs.cpp | 45 /// which writes it in the current basic block. If found, 208 bool Found; 209 Found = getPreviousInstr(CurInst, MFI); 210 while (Found && I != CurInst) { 220 Found = getPreviousInstr(CurInst, MFI);
|
/external/llvm/tools/llvm-readobj/ |
StreamWriter.h | 83 bool Found = false; 87 Found = true; 92 if (Found) {
|
/external/llvm/lib/Transforms/IPO/ |
FunctionAttrs.cpp | 190 // Detect these now, skipping to the next instruction if one is found. 358 bool Found = false; 369 Found = true; 373 assert(Found && "Capturing call-site captured nothing?"); 374 (void)Found; [all...] |
/external/clang/include/clang/Sema/ |
Lookup.h | 26 /// single name lookup, which can return no result (nothing found), 33 /// @brief No entity found met the criteria. 36 /// @brief No entity found met the criteria within the current 41 /// @brief Name lookup found a single declaration that met the 43 Found, 45 /// @brief Name lookup found a set of overloaded functions that 49 /// @brief Name lookup found an unresolvable value declaration 62 /// entities that meet the lookup criteria were found in 76 /// nonstatic entities that meet the lookup criteria were found 84 /// return d.x; // error: 'x' is found in two A subobjects (of B and C [all...] |
/external/clang/lib/Basic/ |
DiagnosticIDs.cpp | 152 const StaticDiagInfoRec *Found = &StaticDiagInfo[ID + Offset]; 153 // If the diag id doesn't match we found a different diag, abort. This can 156 if (Found->DiagID != DiagID) 158 return Found; 523 /// Return \c true if any diagnostics were found in this group, even if they 556 const WarningOption *Found = std::lower_bound( 558 if (Found == OptionTable + OptionTableSize || 559 Found->getName() != Group) 560 return true; // Option not found. 562 return ::getDiagnosticsInGroup(Flavor, Found, Diags) [all...] |
/external/llvm/lib/Analysis/ |
MemoryDependenceAnalysis.cpp | 113 bool Found = InstIt->second.erase(Val); 114 assert(Found && "Invalid reverse map!"); (void)Found; 233 // CS can be found redundant and eliminated. 252 // No dependence found. If this is the entry block of the function, it is 493 // If we found a pointer, check if it could be the same as our pointer. 582 // If we found a pointer, check if it could be the same as our pointer. 645 // No dependence found. If this is the entry block of the function, it is 677 // No dependence found. If this is the entry block of the function, it is [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64CollectLOH.cpp | [all...] |
/external/llvm/utils/TableGen/ |
RegisterInfoEmitter.cpp | 651 unsigned Found = ~0u; 654 Found = r; 658 if (Found == ~0u) { 659 Found = Rows.size(); 660 Rows.resize(Found + 1); 664 RowMap.push_back(Found); 713 unsigned Found = ~0u; 720 Found = SIdx; 724 if (Found == ~0u) { 726 Found = SIdx [all...] |
/external/clang/lib/Sema/ |
AnalysisBasedWarnings.cpp | 187 // Found a path to the exit node without a recursive call. 898 bool Found = FallthroughStmts.erase(Stmt); 899 assert(Found); 900 (void)Found; [all...] |