Searched refs:ID (Results 151 - 175 of 1186) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
H A DCombinedParser.h16 #define ID 4 macro
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
H A DTLexer.h22 #define ID 4 macro
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
H A DTestLexerLexer.h22 #define ID 5 macro
/external/llvm/lib/IR/
H A DPassManager.cpp36 if (!PA.preserved(ID()))
/external/llvm/lib/Transforms/Utils/
H A DSimplifyInstructions.cpp38 static char ID; // Pass identification, replacement for typeid member in struct:__anon11113::InstSimplifier
39 InstSimplifier() : FunctionPass(ID) {
105 char InstSimplifier::ID = 0; member in class:InstSimplifier
112 char &llvm::InstructionSimplifierID = InstSimplifier::ID;
H A DMem2Reg.cpp31 static char ID; // Pass identification, replacement for typeid member in struct:__anon11104::PromotePass
32 PromotePass() : FunctionPass(ID) {
53 char PromotePass::ID = 0; member in class:PromotePass
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h326 static void Profile(llvm::FoldingSetNodeID& ID, argument
328 ID.AddInteger((unsigned) CastSymbolKind);
329 ID.AddPointer(In);
330 ID.Add(From);
331 ID.Add(To);
334 void Profile(llvm::FoldingSetNodeID& ID) override {
335 Profile(ID, Operand, FromTy, ToTy);
382 static void Profile(llvm::FoldingSetNodeID& ID, const SymExpr *lhs, argument
385 ID.AddInteger((unsigned) SymIntKind);
386 ID
417 Profile(llvm::FoldingSetNodeID& ID, const llvm::APSInt& lhs, BinaryOperator::Opcode op, const SymExpr *rhs, QualType t) argument
452 Profile(llvm::FoldingSetNodeID& ID, const SymExpr *lhs, BinaryOperator::Opcode op, const SymExpr *rhs, QualType t) argument
[all...]
/external/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h92 bool IsModified(FileID ID) const {
93 return Rewrite.getRewriteBufferFor(ID) != nullptr;
103 bool WriteFixedFile(FileID ID, raw_ostream &OS);
/external/icu/icu4c/source/i18n/
H A Desctrn.cpp35 static Transliterator* _createEscUnicode(const UnicodeString& ID, Transliterator::Token /*context*/) { argument
37 return new EscapeTransliterator(ID, UnicodeString(TRUE, UNIPRE, 2), UnicodeString(), 16, 4, TRUE, NULL);
39 static Transliterator* _createEscJava(const UnicodeString& ID, Transliterator::Token /*context*/) { argument
41 return new EscapeTransliterator(ID, UnicodeString(TRUE, BS_u, 2), UnicodeString(), 16, 4, FALSE, NULL);
43 static Transliterator* _createEscC(const UnicodeString& ID, Transliterator::Token /*context*/) { argument
45 return new EscapeTransliterator(ID, UnicodeString(TRUE, BS_u, 2), UnicodeString(), 16, 4, TRUE,
48 static Transliterator* _createEscXML(const UnicodeString& ID, Transliterator::Token /*context*/) { argument
50 return new EscapeTransliterator(ID, UnicodeString(TRUE, XMLPRE, 3), UnicodeString(SEMI[0]), 16, 1, TRUE, NULL);
52 static Transliterator* _createEscXML10(const UnicodeString& ID, Transliterator::Token /*context*/) { argument
54 return new EscapeTransliterator(ID, UnicodeStrin
56 _createEscPerl(const UnicodeString& ID, Transliterator::Token ) argument
[all...]
H A Dtransreg.h33 * A TransliteratorAlias object is returned by get() if the given ID
52 TransliteratorAlias(const UnicodeString& ID, const UnicodeString& idBlocks,
103 // Here ID is the ID, aliasID is the idBlock, trans is the
108 // Here ID is the ID, aliasID is the rules string.
110 UnicodeString ID; member in class:TransliteratorAlias
160 * Given a simple ID (forward direction, no inline filter, not
164 * Return a non-NULL aliasReturn value if the ID points to an alias.
168 * @param ID th
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTimeZoneAdapter.java67 public void setID(String ID) { argument
68 super.setID(ID);
69 zone.setID(ID);
/external/llvm/include/llvm/ADT/
H A DUniqueVector.h20 /// UniqueVector - This class produces a sequential ID number (base 1) for each
23 /// Entries can be fetched using operator[] with the entry ID.
31 // Map - Used to handle the correspondence of entry to ID.
34 // Vector - ID ordered vector of entries. Entries can be indexed by ID - 1.
40 /// the entry's index + 1 to be used as a unique ID.
45 // See if entry exists, if so return prior ID.
48 // Compute ID for entry.
56 /// idFor - return the ID for an existing entry. Returns 0 if the entry is
62 // See if entry exists, if so return ID
[all...]
/external/llvm/include/llvm/CodeGen/
H A DStackProtector.h107 static char ID; // Pass identification, replacement for typeid. member in class:llvm::StackProtector
109 : FunctionPass(ID), TM(nullptr), TLI(nullptr), SSPBufferSize(0) {
113 : FunctionPass(ID), TM(TM), TLI(nullptr), Trip(TM->getTargetTriple()),
/external/llvm/lib/Analysis/
H A DInstCount.cpp54 static char ID; // Pass identification, replacement for typeid member in class:__anon10342::InstCount
55 InstCount() : FunctionPass(ID) {
69 char InstCount::ID = 0; member in class:InstCount
H A DMemDerefPrinter.cpp26 static char ID; // Pass identifcation, replacement for typeid member in struct:__anon10353::MemDerefPrinter
27 MemDerefPrinter() : FunctionPass(ID) {
41 char MemDerefPrinter::ID = 0; member in class:MemDerefPrinter
/external/llvm/lib/Target/Hexagon/
H A DHexagonRemoveSZExtArgs.cpp33 static char ID; member in struct:__anon10731::HexagonRemoveExtendArgs
34 HexagonRemoveExtendArgs() : FunctionPass(ID) {
52 char HexagonRemoveExtendArgs::ID = 0; member in class:HexagonRemoveExtendArgs
/external/llvm/lib/Target/R600/
H A DAMDGPUAlwaysInlinePass.cpp26 static char ID; member in class:__anon10823::AMDGPUAlwaysInline
29 AMDGPUAlwaysInline() : ModulePass(ID) { }
36 char AMDGPUAlwaysInline::ID = 0; member in class:AMDGPUAlwaysInline
/external/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp60 void SystemZConstantPoolValue::addSelectionDAGCSEId(FoldingSetNodeID &ID) { argument
61 ID.AddPointer(GV);
62 ID.AddInteger(Modifier);
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCExpand.cpp61 static char ID; member in class:__anon10995::ObjCARCExpand
62 ObjCARCExpand() : FunctionPass(ID) {
68 char ObjCARCExpand::ID = 0; member in class:ObjCARCExpand
/external/llvm/lib/Transforms/Scalar/
H A DADCE.cpp36 static char ID; // Pass identification, replacement for typeid member in struct:__anon10999::ADCE
37 ADCE() : FunctionPass(ID) {
49 char ADCE::ID = 0; member in class:ADCE
H A DConstantProp.cpp38 static char ID; // Pass identification, replacement for typeid member in struct:__anon11003::ConstantPropagation
39 ConstantPropagation() : FunctionPass(ID) {
52 char ConstantPropagation::ID = 0; member in class:ConstantPropagation
/external/llvm/tools/opt/
H A DBreakpointPrinter.cpp27 static char ID; member in struct:__anon11179::BreakpointPrinter
30 BreakpointPrinter(raw_ostream &out) : ModulePass(ID), Out(out) {}
73 char BreakpointPrinter::ID = 0; member in class:__anon11179::BreakpointPrinter
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DAssignTokenTypesWalker.g212 : id=ID
223 : ^( 'scope' ID ( ^(AMPERSAND .*) )* ACTION )
231 : ^( ASSIGN ID optionValue )
233 String key = $ID.text;
238 grammar.importTokenVocabulary($ID,(String)$optionValue.value);
249 : ID
269 ( ^(ASSIGN ID ID)
270 | ID
299 : id=ID {currentRuleNam
[all...]
/external/clang/lib/Driver/
H A DSanitizerArgs.cpp28 #define SANITIZER(NAME, ID) SO_##ID,
29 #define SANITIZER_GROUP(NAME, ID, ALIAS) SO_##ID##Group,
39 #define SANITIZER(NAME, ID) ID = 1ULL << SO_##ID,
40 #define SANITIZER_GROUP(NAME, ID, ALIAS) \
41 ID = ALIAS, ID##Grou
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCInstMethSignature.cpp43 const ObjCImplementationDecl *ID,
79 static void CheckObjCInstMethSignature(const ObjCImplementationDecl *ID, argument
83 const ObjCInterfaceDecl *D = ID->getClassInterface();
96 for (auto *M : ID->instance_methods()) {
116 CompareReturnTypes(MethDerived, M, BR, Ctx, ID, Checker);
40 CompareReturnTypes(const ObjCMethodDecl *MethDerived, const ObjCMethodDecl *MethAncestor, BugReporter &BR, ASTContext &Ctx, const ObjCImplementationDecl *ID, const CheckerBase *Checker) argument

Completed in 488 milliseconds

1234567891011>>