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

1 2

  /external/llvm/lib/MC/
MCSubtargetInfo.cpp 87 const SubtargetInfoKV *Found =
89 if (Found == ProcSchedModel+NumProcs || StringRef(Found->Key) != CPU) {
95 assert(Found->Value && "Missing processor SchedModel value");
96 return (const MCSchedModel *)Found->Value;
  /external/clang/tools/diagtool/
TreeView.cpp 61 const GroupRecord *Found =
64 if (Found == AllGroups.end() || Found->getName() != RootGroup) {
69 printGroup(out, *Found, FlagsOnly);
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.h 55 bool Found = false;
57 Finder.addMatcher(AMatcher, new VerifyMatch(0, &Found));
64 if (!Found && ExpectMatch) {
67 } else if (Found && !ExpectMatch) {
69 << "Found unexpected match in \"" << Code << "\"";
  /external/llvm/lib/CodeGen/
ProcessImplicitDefs.cpp 103 bool Found = false;
113 Found = true;
117 if (Found)
121 // If we found the using MI, we can erase the IMPLICIT_DEF.
122 if (Found) {
128 // Using instr wasn't found, it could be in another block.
RegAllocFast.cpp 803 bool Found = false;
818 Found = true;
822 if (!Found)
    [all...]
TailDuplication.cpp 159 bool Found = false;
163 Found = true;
167 if (!Found) {
    [all...]
  /external/clang/unittests/Tooling/
TestVisitor.h 118 /// \brief Checks that all expected matches have been found.
187 : Candidate(Name, LineNumber, ColumnNumber), Found(false) {}
191 EXPECT_TRUE(!Found);
192 Found = true;
193 } else if (!Found && Candidate.PartiallyMatches(Name, Location)) {
201 EXPECT_TRUE(Found)
209 bool 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 380 bool Found[4];
381 Found[0] = Arch != UnknownArch;
382 Found[1] = Vendor != UnknownVendor;
383 Found[2] = OS != UnknownOS;
384 Found[3] = Environment != UnknownEnvironment;
389 for (unsigned Pos = 0; Pos != array_lengthof(Found); ++Pos) {
390 if (Found[Pos])
395 if (Idx < array_lengthof(Found) && Found[Idx])
437 while (i < array_lengthof(Found) && Found[i]
    [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/AST/
MicrosoftMangle.cpp 436 BackRefMap::iterator Found;
444 Found = NameBackReferences.find(BackReferenceKey);
446 if (!UseNameBackReferences || Found == NameBackReferences.end()) {
453 Out << Found->second;
695 BackRefMap::iterator Found;
697 Found = NameBackReferences.find(key);
698 if (!UseNameBackReferences || Found == NameBackReferences.end()) {
705 Out << Found->second;
    [all...]
DeclCXX.cpp 362 SmallVector<std::pair<CXXMethodDecl *, Qualifiers>, 4> Found;
375 Found.push_back(std::make_pair(
382 GetBestOverloadCandidateSimple(Found));
398 SmallVector<std::pair<CXXMethodDecl *, Qualifiers>, 4> Found;
436 Found.push_back(std::make_pair(const_cast<CXXMethodDecl *>(Method), Quals));
440 return GetBestOverloadCandidateSimple(Found);
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 115 const StaticDiagInfoRec *Found =
117 if (Found == StaticDiagInfo + StaticDiagInfoSize ||
118 Found->DiagID != DiagID)
121 return Found;
536 const WarningOption *Found =
539 if (Found == OptionTable + OptionTableSize ||
540 Found->getName() != Group)
541 return true; // Option not found.
543 getDiagnosticsInGroup(Found, Diags);
  /external/clang/lib/CodeGen/
TargetInfo.cpp 207 const Type *Found = 0;
217 // If we already found an element then this isn't a single-element struct.
218 if (Found)
223 Found = isSingleElementStruct(i->getType(), Context);
224 if (!Found)
239 // If we already found an element then this isn't a single-element
241 if (Found)
252 Found = FT.getTypePtr();
254 Found = isSingleElementStruct(FT, Context);
255 if (!Found)
    [all...]
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 108 bool Found = InstIt->second.erase(Val);
109 assert(Found && "Invalid reverse map!"); (void)Found;
223 // CS can be found redundant and eliminated.
242 // No dependence found. If this is the entry block of the function, it is
396 // If we found a pointer, check if it could be the same as our pointer.
464 // If we found a pointer, check if it could be the same as our pointer.
520 // No dependence found. If this is the entry block of the function, it is
552 // No dependence found. If this is the entry block of the function, it is
709 // No dependence found. If this is the entry block of the function, it i
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 122 Module *Found = *I;
123 if (Found == M) {
319 continue; // Found a sentinal value, ignore.
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 710 bool Found = false;
712 E = CodeSlabs.end(); I != E && !Found; ++I) {
715 Found = (Start <= (char*)FreeRange && (char*)FreeRange < End);
717 if (!Found) {
745 Err << "Found free header at " << Hdr << " that is not in free list.";
    [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp 130 // Infer submodules for each of the directories we found between
161 // the module we found, since the umbrella header covers them all.
206 Module *Found = KnownDir->second;
207 if (!Found->isAvailable())
212 Module *UmbrellaModule = Found;
220 Found = lookupModuleQualified(Name, Found);
221 if (!Found)
223 if (!Found->isAvailable())
229 Found = lookupModuleQualified(Name, Found)
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 692 bool Found = FallthroughStmts.erase(Stmt);
693 assert(Found);
694 (void)Found;
    [all...]
SemaCast.cpp     [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 231 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName());
232 if (Found.first != Found.second) {
233 PrevAliasTemplate = dyn_cast<TypeAliasTemplateDecl>(*Found.first);
731 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName());
732 if (Found.first != Found.second) {
733 PrevClassTemplate = dyn_cast<ClassTemplateDecl>(*Found.first);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 506 bool Found = false;
512 Found = true;
516 return Found;
    [all...]

Completed in 1665 milliseconds

1 2