HomeSort by relevance Sort by last modified time
    Searched defs:Found (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/llvm/lib/MC/
MCSubtargetInfo.cpp 94 const SubtargetInfoKV *Found =
96 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 100 bool Found = false;
110 Found = true;
114 if (Found)
118 // If we found the using MI, we can erase the IMPLICIT_DEF.
119 if (Found) {
125 // Using instr wasn't found, it could be in another block.
TailDuplication.cpp 173 bool Found = false;
177 Found = true;
181 if (!Found) {
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.h 65 bool Found = false, DynamicFound = false;
67 VerifyMatch VerifyFound(nullptr, &Found);
79 if (Found != DynamicFound) {
83 << Found << ")";
85 if (!Found && ExpectMatch) {
88 } else if (Found && !ExpectMatch) {
90 << "Found unexpected match in \"" << Code << "\"";
  /external/clang/unittests/Tooling/
RewriterTestContext.h 74 StringRef Found = TemporaryFiles.GetOrCreateValue(Name, Path.str()).second;
75 assert(Found == Path);
76 (void)Found;
ToolingTest.cpp 158 // mapped module.map is found on the include path. In the future, expand this
258 bool &Found;
261 CheckSyntaxOnlyAdjuster(bool &Found, bool &Ran) : Found(Found), Ran(Ran) { }
268 Found = true;
285 bool Found = false;
287 Tool.appendArgumentsAdjuster(new CheckSyntaxOnlyAdjuster(Found, Ran));
290 EXPECT_TRUE(Found);
292 Ran = Found = false
    [all...]
RefactoringTest.cpp 240 StringRef Found = TemporaryFiles.GetOrCreateValue(Name, Path.str()).second;
241 assert(Found == Path);
242 (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/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/pdfium/fpdfsdk/src/
fpdfdoc.cpp 3 // found in the LICENSE file.
24 CPDF_Bookmark Found = FindBookmark(tree, Child, title);
25 if (Found) return Found;
  /external/clang/lib/ASTMatchers/Dynamic/
VariantValue.cpp 74 const DynTypedMatcher *Found = nullptr;
79 if (Found) {
85 Found = &Matchers[i];
90 // We only succeed if we found exactly one, or if we found an exact match.
91 if (Found && (FoundIsExact || NumFound == 1))
92 Ops.constructFrom(*Found);
  /external/clang/lib/Frontend/
FrontendAction.cpp 265 bool Found = false;
274 Found = true;
279 if (!Found) {
  /external/llvm/bindings/ocaml/executionengine/
executionengine_ocaml.c 229 LLVMValueRef Found;
230 if (LLVMFindFunction(EE, String_val(Name), &Found))
233 Field(Option, 0) = Val_op(Found);
  /external/llvm/lib/Support/
Triple.cpp 455 bool Found[4];
456 Found[0] = Arch != UnknownArch;
457 Found[1] = Vendor != UnknownVendor;
458 Found[2] = OS != UnknownOS;
459 Found[3] = Environment != UnknownEnvironment;
464 for (unsigned Pos = 0; Pos != array_lengthof(Found); ++Pos) {
465 if (Found[Pos])
470 if (Idx < array_lengthof(Found) && Found[Idx])
516 while (i < array_lengthof(Found) && Found[i]
    [all...]
  /external/llvm/lib/Target/X86/
X86FixupLEAs.cpp 46 /// which writes it in the current basic block. If found,
211 bool Found;
212 Found = getPreviousInstr(CurInst, MFI);
213 while (Found && I != CurInst) {
222 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 189 // Detect these now, skipping to the next instruction if one is found.
355 bool Found = false;
366 Found = true;
370 assert(Found && "Capturing call-site captured nothing?");
371 (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 147 const StaticDiagInfoRec *Found = &StaticDiagInfo[ID + Offset];
148 // If the diag id doesn't match we found a different diag, abort. This can
151 if (Found->DiagID != DiagID)
153 return Found;
538 const WarningOption *Found =
541 if (Found == OptionTable + OptionTableSize ||
542 Found->getName() != Group)
543 return true; // Option not found.
545 ::getDiagnosticsInGroup(Found, Diags);
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp     [all...]
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 110 bool Found = InstIt->second.erase(Val);
111 assert(Found && "Invalid reverse map!"); (void)Found;
227 // CS can be found redundant and eliminated.
246 // No dependence found. If this is the entry block of the function, it is
415 // If we found a pointer, check if it could be the same as our pointer.
483 // If we found a pointer, check if it could be the same as our pointer.
541 // No dependence found. If this is the entry block of the function, it is
573 // No dependence found. If this is the entry block of the function, it is
730 // No dependence found. If this is the entry block of the function, it i
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 695 bool Found = false;
697 E = CodeSlabs.end(); I != E && !Found; ++I) {
700 Found = (Start <= (char*)FreeRange && (char*)FreeRange < End);
702 if (!Found) {
730 Err << "Found free header at " << Hdr << " that is not in free list.";
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64CollectLOH.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp     [all...]

Completed in 1261 milliseconds

1 2 3