Searched refs:ID (Results 1 - 25 of 970) sorted by relevance

1234567891011>>

/external/clang/include/clang/Driver/
H A DTypes.h18 enum ID { enum in namespace:clang::driver::types
20 #define TYPE(NAME, ID, PP_TYPE, TEMP_SUFFIX, FLAGS) TY_##ID,
27 const char *getTypeName(ID Id);
29 /// getPreprocessedType - Get the ID of the type for this input when
32 ID getPreprocessedType(ID Id);
36 const char *getTypeTempSuffix(ID Id);
39 bool onlyAssembleType(ID Id);
42 bool onlyPrecompileType(ID I
[all...]
H A DOptSpecifier.h19 unsigned ID; member in class:clang::driver::OptSpecifier
25 OptSpecifier() : ID(0) {}
26 /*implicit*/ OptSpecifier(unsigned _ID) : ID(_ID) {}
29 bool isValid() const { return ID != 0; }
31 unsigned getID() const { return ID; }
33 bool operator==(OptSpecifier Opt) const { return ID == Opt.getID(); }
H A DPhases.h16 /// ID - Ordered values for successive stages in the
18 enum ID { enum in namespace:clang::driver::phases
26 const char *getPhaseName(ID Id);
H A DCC1AsOptions.h18 enum ID { enum in namespace:clang::driver::cc1asoptions
19 OPT_INVALID = 0, // This is not an option ID.
20 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
21 HELPTEXT, METAVAR) OPT_##ID,
H A DOptions.h18 enum ID { enum in namespace:clang::driver::options
19 OPT_INVALID = 0, // This is not an option ID.
20 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
21 HELPTEXT, METAVAR) OPT_##ID,
/external/chromium/chrome/browser/automation/
H A Dchrome_frame_automation_provider.cc35 case AutomationMsg_CreateExternalTab::ID:
36 case AutomationMsg_ConnectExternalTab::ID:
38 case AutomationMsg_BrowserMove::ID:
39 case AutomationMsg_ProcessUnhandledAccelerator::ID:
40 case AutomationMsg_TabReposition::ID:
41 case AutomationMsg_ForwardContextMenuCommandToChrome::ID:
43 case AutomationMsg_NavigateInExternalTab::ID:
44 case AutomationMsg_NavigateExternalTabAtIndex::ID:
45 case AutomationMsg_Find::ID:
46 case AutomationMsg_SetInitialFocus::ID
[all...]
/external/llvm/lib/Support/
H A DAPSInt.cpp20 void APSInt::Profile(FoldingSetNodeID& ID) const {
21 ID.AddInteger((unsigned) (IsUnsigned ? 1 : 0));
22 APInt::Profile(ID);
/external/clang/include/clang/Basic/
H A DBuiltins.h41 enum ID { enum in namespace:clang::Builtin
43 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
72 /// appropriate builtin ID # and mark any non-portable builtin identifiers as
82 const char *GetName(unsigned ID) const {
83 return GetRecord(ID).Name;
87 const char *GetTypeString(unsigned ID) const {
88 return GetRecord(ID).Type;
93 bool isConst(unsigned ID) const {
94 return strchr(GetRecord(ID)
[all...]
H A DTargetBuiltins.h28 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
38 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
48 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
59 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
109 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
[all...]
/external/clang/lib/Serialization/
H A DASTCommon.cpp26 unsigned ID = 0; local
28 case BuiltinType::Void: ID = PREDEF_TYPE_VOID_ID; break;
29 case BuiltinType::Bool: ID = PREDEF_TYPE_BOOL_ID; break;
30 case BuiltinType::Char_U: ID = PREDEF_TYPE_CHAR_U_ID; break;
31 case BuiltinType::UChar: ID = PREDEF_TYPE_UCHAR_ID; break;
32 case BuiltinType::UShort: ID = PREDEF_TYPE_USHORT_ID; break;
33 case BuiltinType::UInt: ID = PREDEF_TYPE_UINT_ID; break;
34 case BuiltinType::ULong: ID = PREDEF_TYPE_ULONG_ID; break;
35 case BuiltinType::ULongLong: ID = PREDEF_TYPE_ULONGLONG_ID; break;
36 case BuiltinType::UInt128: ID
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DDebugGrammar.g354 | ID '=' expr NEWLINE -> ^('=' ID expr)
59 func: ID '(' formalPar ')' '=' expr -> ^(FUNC ID formalPar expr)
66 : ID
81 | ID
83 | ID '(' expr ')' -> ^(CALL ID expr)
88 ID : ('a'..'z'|'A'..'Z')+
H A DProfileGrammar.g354 | ID '=' expr NEWLINE -> ^('=' ID expr)
59 func: ID '(' formalPar ')' '=' expr -> ^(FUNC ID formalPar expr)
66 : ID
81 | ID
83 | ID '(' expr ')' -> ^(CALL ID expr)
88 ID : ('a'..'z'|'A'..'Z')+
/external/llvm/lib/Transforms/Hello/
H A DHello.cpp27 static char ID; // Pass identification, replacement for typeid member in struct:__anon9037::Hello
28 Hello() : FunctionPass(ID) {}
39 char Hello::ID = 0; member in class:Hello
45 static char ID; // Pass identification, replacement for typeid member in struct:__anon9038::Hello2
46 Hello2() : FunctionPass(ID) {}
62 char Hello2::ID = 0; member in class:Hello2
/external/dropbear/libtomcrypt/src/misc/crypt/
H A Dcrypt_find_cipher_id.c15 Find cipher by ID, Tom St Denis
19 Find a cipher by ID number
20 @param ID The ID (not same as index) of the cipher to find
23 int find_cipher_id(unsigned char ID) argument
28 if (cipher_descriptor[x].ID == ID) {
H A Dcrypt_find_hash_id.c15 Find hash by ID, Tom St Denis
19 Find a hash by ID number
20 @param ID The ID (not same as index) of the hash to find
23 int find_hash_id(unsigned char ID) argument
28 if (hash_descriptor[x].ID == ID) {
H A Dcrypt_find_hash_oid.c18 int find_hash_oid(const unsigned long *ID, unsigned long IDlen) argument
21 LTC_ARGCHK(ID != NULL);
24 if (hash_descriptor[x].name != NULL && hash_descriptor[x].OIDlen == IDlen && !XMEMCMP(hash_descriptor[x].OID, ID, sizeof(unsigned long) * IDlen)) {
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriterPass.cpp22 static char ID; // Pass identification, replacement for typeid member in class:__anon8639::WriteBitcodePass
24 : ModulePass(ID), OS(o) {}
35 char WriteBitcodePass::ID = 0; member in class:WriteBitcodePass
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
H A Dtree-rewrite.rb14 a : ID INT;
15 ID : 'a'..'z'+ ;
29 a : ID INT -> INT ID;
38 a : ID INT -> ^(ID INT);
39 ID : 'a'..'z'+ ;
52 a : ^(ID INT) -> ^(INT ID);
61 a : ID IN
[all...]
H A Drewrites.rb63 a : ID INT -> ;
64 ID : 'a'..'z'+ ;
76 a : ID -> ID;
77 ID : 'a'..'z'+ ;
90 a : ID -> ID["x"];
91 ID : 'a'..'z'+ ;
104 a : ID -> ^(ID["
[all...]
/external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/
H A DT.g23 : m='method' ID '(' ')' body
47 stat: ID '=' expr ';' { $body::decls->add($ID.text); } // track left-hand-sides
56 atom: ID
60 ID : ('a'..'z'|'A'..'Z')+ ;
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DANTLRv3Tree.g42 : ^( grammarType ID DOC_COMMENT? optionsSpec? tokensSpec? attrScope* action* rule+ )
63 : ^('scope' ID ACTION)
67 : ^('@' ID ID ACTION)
68 | ^('@' ID ACTION)
77 | ^('=' ID optionValue)
81 : ID
88 : ^( RULE ID modifier? (^(ARG ARG_ACTION))? (^(RET ARG_ACTION))?
101 : ^('@' ID ACTION)
105 : ^('throws' ID
[all...]
/external/llvm/lib/Analysis/
H A DDomPrinter.cpp86 static char ID; member in struct:__anon8592::DomViewer
87 DomViewer() : DOTGraphTraitsViewer<DominatorTree, false>("dom", ID){
94 static char ID; member in struct:__anon8592::DomOnlyViewer
95 DomOnlyViewer() : DOTGraphTraitsViewer<DominatorTree, true>("domonly", ID){
102 static char ID; member in struct:__anon8592::PostDomViewer
104 DOTGraphTraitsViewer<PostDominatorTree, false>("postdom", ID){
111 static char ID; member in struct:__anon8592::PostDomOnlyViewer
113 DOTGraphTraitsViewer<PostDominatorTree, true>("postdomonly", ID){
119 char DomViewer::ID = 0; member in class:DomViewer
123 char DomOnlyViewer::ID member in class:DomOnlyViewer
128 char PostDomViewer::ID = 0; member in class:PostDomViewer
132 char PostDomOnlyViewer::ID = 0; member in class:PostDomOnlyViewer
141 static char ID; member in struct:__anon8593::DomPrinter
149 static char ID; member in struct:__anon8593::DomOnlyPrinter
157 static char ID; member in struct:__anon8593::PostDomPrinter
166 static char ID; member in struct:__anon8593::PostDomOnlyPrinter
176 char DomPrinter::ID = 0; member in class:DomPrinter
181 char DomOnlyPrinter::ID = 0; member in class:DomOnlyPrinter
187 char PostDomPrinter::ID = 0; member in class:PostDomPrinter
192 char PostDomOnlyPrinter::ID = 0; member in class:PostDomOnlyPrinter
[all...]
H A DNoAliasAnalysis.cpp28 static char ID; // Class identification, replacement for typeinfo member in struct:__anon8610::NoAA
29 NoAA() : ImmutablePass(ID) {
74 virtual void *getAdjustedAnalysisPointer(const void *ID) { argument
75 if (ID == &AliasAnalysis::ID)
83 char NoAA::ID = 0; member in class:NoAA
/external/llvm/tools/bugpoint-passes/
H A DTestPasses.cpp29 static char ID; // Pass ID, replacement for typeid member in class:__anon9203::CrashOnCalls
30 CrashOnCalls() : BasicBlockPass(ID) {}
46 char CrashOnCalls::ID = 0; member in class:CrashOnCalls
56 static char ID; // Pass ID, replacement for typeid member in class:__anon9204::DeleteCalls
57 DeleteCalls() : BasicBlockPass(ID) {}
72 char DeleteCalls::ID = 0; member in class:DeleteCalls
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
H A DT.g4 * an ID *dynamically*. :)
24 stat: identifier {NSLog(@"enum is an ID");}
29 : ID
37 ID : ('a'..'z'|'A'..'Z'|'_') ('a'..'z'|'A'..'Z'|'0'..'9'|'_')*

Completed in 382 milliseconds

1234567891011>>