HomeSort by relevance Sort by last modified time
    Searched defs:First (Results 51 - 75 of 90) sorted by null

1 23 4

  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 267 OS << I->first << " -> #" << Us.size() << '{';
358 // Skip the first index operand, since we only handle 0. This dereferences
390 // Establish depth-first traversal order of the dominator tree.
434 NodeVect::iterator First = Work.begin();
435 GepNode *N = *First;
436 Work.erase(First);
516 // first, partition the set of all nodes into sets of potentially equal
561 dbgs() << "{ " << I->first << ", " << I->second << " }\n";
686 // Find the first non-null block.
705 // Find the first use in B of any value from Values. If no such use
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 227 The row and column are 1-based. (That is the first row and first column is
522 const TiXmlNode* FirstChild() const { return firstChild; } ///< The first child of this node. Will be null if there are no children.
524 const TiXmlNode* FirstChild( const char * value ) const; ///< The first child of this node with the matching 'value'. Will be null if none found.
525 /// The first child of this node with the matching 'value'. Will be null if none found.
560 first. IterateChildren will return null when done.
864 /* Attribute parsing starts: first letter of the name
    [all...]
  /external/tinyxml/
tinyxml.h 181 The row and column are 1-based. (That is the first row and first column is
486 const TiXmlNode* FirstChild() const { return firstChild; } ///< The first child of this node. Will be null if there are no children.
488 const TiXmlNode* FirstChild( const char * value ) const; ///< The first child of this node with the matching 'value'. Will be null if none found.
489 TiXmlNode* FirstChild( const char * value ); ///< The first child of this node with the matching 'value'. Will be null if none found.
517 first. IterateChildren will return null when done.
776 /* Attribute parsing starts: first letter of the name
822 const TiXmlAttribute* First() const { return ( sentinel.next == &sentinel ) ? 0 : sentinel.next; }
823 TiXmlAttribute* First() { return ( sentinel.next == &sentinel ) ? 0 : sentinel.next; }
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 218 std::unique_ptr<ASTReaderListener> First;
222 /// Takes ownership of \p First and \p Second.
223 ChainedASTReaderListener(std::unique_ptr<ASTReaderListener> First,
225 : First(std::move(First)), Second(std::move(Second)) {}
227 std::unique_ptr<ASTReaderListener> takeFirst() { return std::move(First); }
724 /// instantiation where the first value is the ID of the decl and the second
    [all...]
  /external/clang/lib/AST/
Decl.cpp 256 // Handle the non-pack case first.
277 // Handle the non-pack case first.
566 const T *First = D->getFirstDecl();
567 return First->isInExternCContext();
    [all...]
VTableBuilder.cpp 181 const CXXMethodDecl *MD = Overrider.first;
185 unsigned SubobjectNumber = M.first;
227 // First, look for the virtual base class.
513 if (MethodsCanShareVCallOffset(OffsetPair.first, MD))
525 if (MethodsCanShareVCallOffset(OffsetPair.first, MD))
624 // emit them for the primary base first).
679 // Handle the primary base first.
    [all...]
ASTContext.cpp 177 // first.
204 // First check whether we have a trailing comment.
213 if (DeclLocDecomp.first == CommentBeginDecomp.first &&
214 SourceMgr.getLineNumber(DeclLocDecomp.first, DeclLocDecomp.second)
215 == SourceMgr.getLineNumber(CommentBeginDecomp.first,
237 if (DeclLocDecomp.first != CommentEndDecomp.first)
242 const char *Buffer = SourceMgr.getBufferData(DeclLocDecomp.first,
767 (I->first)((I->second)[J])
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 505 // All path generation skips the very first node (the error node).
541 PathDiagnosticCallPiece *CP = I->first;
609 assert(CallStack.back().first == C);
    [all...]
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp 222 /// getStartLoc - Get the location of the first token of this operand.
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 217 StringRef MangledName = I.first();
252 llvm::GlobalValue *GV = I.first;
636 // Keep the first result in the case of a mangling collision.
638 return FoundStr = Result.first->first();
659 return Result.first->first();
    [all...]
  /external/clang/lib/Driver/
ToolChains.cpp 538 // Version number is between the first and the last number.
706 // Check in the sysroot first.
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 134 /// \brief Retrieve the first ID.
639 // This is the first time we've seen an imported definition. Look for a
640 // local definition before deciding that we are the first definition.
    [all...]
ASTReader.cpp 74 return First->ReadFullVersionInformation(FullVersion) ||
78 First->ReadModuleName(ModuleName);
82 First->ReadModuleMapFile(ModuleMapPath);
89 return First->ReadLanguageOptions(LangOpts, Complain,
97 return First->ReadTargetOptions(TargetOpts, Complain,
104 return First->ReadDiagnosticOptions(DiagOpts, Complain) ||
110 return First->ReadFileSystemOptions(FSOpts, Complain) ||
117 return First->ReadHeaderSearchOptions(HSOpts, SpecificModuleCachePath,
125 return First->ReadPreprocessorOptions(PPOpts, Complain,
131 First->ReadCounter(M, Value)
    [all...]
  /external/guava/guava-tests/test/com/google/common/reflect/
TypeTokenTest.java 563 private abstract static class First<T> {}
565 private abstract static class Second<D> extends First<D> {}
692 TypeToken<First<String>> tokenF = new TypeToken<First<String>>() {};
710 TypeToken<First<String>> tokenF = new TypeToken<First<String>>() {};
731 TypeToken<First<String>> tokenF = new TypeToken<First<String>>() {};
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 82 /* Macro to convert the C first/next/last/prev idiom to the Ocaml llpos/
87 cty First = LLVMGetFirst##cname(Mom); \
88 if (First) \
89 return alloc_variant(1, First); \
1003 LLVMUseRef First;
1004 if ((First = LLVMGetFirstUse(Val))) {
1006 Field(Option, 0) = (value) First;
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 681 // First set operation action for all vector types to either promote
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 187 RegSortData &RSD = Pair.first->second;
467 bool First = true;
469 if (!First) OS << " + "; else First = false;
473 if (!First) OS << " + "; else First = false;
477 if (!First) OS << " + "; else First = false;
481 if (!First) OS << " + "; else First = false
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 797 uint64_t RangeStart = Range->first;
799 while ((Range + 1) != End && Range->second == (Range + 1)->first)
818 MS->EmitIntValue(Range->first + PcOffset, AddressSize);
819 while (Range + 1 != End && Range->second == (Range + 1)->first)
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 129 unsigned First : 16; /**< UINT */
  /external/valgrind/drd/tests/
tsan_unittest.cpp 409 // test03: TN. Synchronization via LockWhen, signaller gets there first. {{{1
413 // Note that LockWhen() happens first (we use sleep(1) to make sure)!
522 usleep(100000); // Make sure the signaller gets first.
541 // test06: TN. Synchronization via CondVar, but Waker gets there first. {{{1
574 usleep(100000); // Make sure the signaller gets first.
592 // test07: TN. Synchronization via LockWhen(), Signaller is observed first. {{{1
622 usleep(100000); // Make sure the signaller gets there first.
792 // First, we write to GLOB under MU, then we synchronize via PCQ,
1057 // test18: TN. Synchronization via Await(), signaller gets there first. {{{1
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp 797 // In C, we first see whether there is a tag type by the same name, in
    [all...]
SemaDeclCXX.cpp 644 // first declaration as inline, the program is ill-formed.
716 // Find first parameter with a default argument
    [all...]
SemaExpr.cpp 302 const FunctionDecl *First = Cur->getFirstDecl();
305 if (!hasAnyExplicitStorageClass(First)) {
306 SourceLocation DeclBegin = First->getSourceRange().getBegin();
333 Diag(Suppressed.first, Suppressed.second);
750 // First, convert to an r-value.
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 455 /// \p N needs to be a truncation and its first operand an AND. Other
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 

Completed in 4280 milliseconds

1 23 4