Home
last modified time | relevance | path

Searched defs:Id (Results 1 – 25 of 72) sorted by relevance

123

/external/clang/lib/Driver/
DTypes.cpp39 const char *types::getTypeName(ID Id) { in getTypeName()
43 types::ID types::getPreprocessedType(ID Id) { in getPreprocessedType()
47 const char *types::getTypeTempSuffix(ID Id) { in getTypeTempSuffix()
51 bool types::onlyAssembleType(ID Id) { in onlyAssembleType()
55 bool types::onlyPrecompileType(ID Id) { in onlyPrecompileType()
59 bool types::canTypeBeUserSpecified(ID Id) { in canTypeBeUserSpecified()
63 bool types::appendSuffixForType(ID Id) { in appendSuffixForType()
67 bool types::canLipoType(ID Id) { in canLipoType()
73 bool types::isAcceptedByClang(ID Id) { in isAcceptedByClang()
95 bool types::isOnlyAcceptedByClang(ID Id) { in isOnlyAcceptedByClang()
[all …]
DPhases.cpp16 const char *phases::getPhaseName(ID Id) { in getPhaseName()
DOptTable.cpp265 static std::string getOptionHelpName(const OptTable &Opts, OptSpecifier Id) { in getOptionHelpName()
327 static const char *getOptionHelpGroup(const OptTable &Opts, OptSpecifier Id) { in getOptionHelpGroup()
359 unsigned Id = i + 1; in PrintHelp() local
/external/chromium/chrome/browser/sync/syncable/
Dsyncable_id.h20 class Id; variable
50 inline Id() : s_("r") { } in Id() function
51 inline Id(const Id& that) { in Id() function
/external/llvm/include/llvm/ADT/
DTrie.h82 char Id = N->Label[0]; in setEdge() local
131 inline Node* getEdge(char Id) { in getEdge()
165 inline Node* splitEdge(Node* N, char Id, size_t index) { in splitEdge()
211 char Id = s1[0]; in addString() local
250 char Id = s1[0]; in lookup() local
/external/srec/tools/grxmlcompile/
Dnetw_arc.h97 void AssignFromId (int Id) in AssignFromId()
104 void AssignToId (int Id) in AssignToId()
109 void AssignInput (int Id) in AssignInput()
114 void AssignOutput (int Id) in AssignOutput()
/external/chromium/chrome/browser/extensions/
Dextension_menu_manager.h37 struct Id { struct
46 Profile* profile;
47 std::string extension_id;
48 int uid;
/external/chromium/chrome/browser/sync/engine/
Dapply_updates_command.h14 class Id; variable
Dresolve_conflicts_command.h15 class Id; variable
Dprocess_commit_response_command.h17 class Id; variable
Dbuild_and_process_conflict_sets_command.h18 class Id; variable
Dconflict_resolver.h22 class Id; variable
Dsyncer.h31 class Id; variable
Dsyncer_types.h17 class Id; variable
/external/clang/test/SemaTemplate/
Dalias-nested-nontag.cpp3 template<typename T> using Id = T; // expected-note {{type alias template 'Id' declared here}} typedef
Dalias-church-numerals.cpp7 template<typename T> using Id = T; typedef
/external/clang/lib/Lex/
DPreprocessingRecord.cpp123 void PreprocessingRecord::MacroExpands(const Token &Id, const MacroInfo* MI) { in MacroExpands()
133 void PreprocessingRecord::MacroDefined(const Token &Id, in MacroDefined()
144 void PreprocessingRecord::MacroUndefined(const Token &Id, in MacroUndefined()
/external/llvm/lib/Target/ARM/
DARMJITInfo.h148 intptr_t getPCLabelAddr(unsigned Id) const { in getPCLabelAddr()
155 void addPCLabelAddr(unsigned Id, intptr_t Addr) { in addPCLabelAddr()
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/
Dp2-0x.cpp8 template<typename T> using Id = T; // expected-note {{declared here}} typedef
/external/clang/lib/AST/
DDeclObjC.cpp559 IdentifierInfo *Id, in Create()
567 ObjCInterfaceDecl(DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id, in ObjCInterfaceDecl()
733 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
806 IdentifierInfo *Id, QualType T, Expr *BW) { in Create()
816 IdentifierInfo *Id) { in Create()
915 IdentifierInfo *Id) { in Create()
935 SourceLocation L,IdentifierInfo *Id, in Create()
1031 IdentifierInfo *Id, in Create()
1042 IdentifierInfo *Id, in Create()
DDecl.cpp1137 IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, in Create()
1383 SourceLocation IdLoc, IdentifierInfo *Id, in Create()
2147 IdentifierInfo *Id, QualType T, in Create()
2308 IdentifierInfo *Id, in Create()
2341 IdentifierInfo *Id, RecordDecl *PrevDecl) in RecordDecl()
2352 IdentifierInfo *Id, RecordDecl* PrevDecl) { in Create()
2489 SourceLocation IdLoc, IdentifierInfo *Id) { in Create()
2500 IdentifierInfo *Id, in Create()
2525 IdentifierInfo *Id, QualType T, in Create()
2532 IdentifierInfo *Id, QualType T, NamedDecl **CH, in Create()
[all …]
/external/clang/include/clang/Driver/
DArgList.h162 bool hasArgNoClaim(OptSpecifier Id) const { in hasArgNoClaim()
165 bool hasArg(OptSpecifier Id) const { in hasArg()
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp449 if (IdentifierInfo *Id = Name.getAsIdentifierInfo()) in getOrderedName() local
452 if (IdentifierInfo *Id in getOrderedName() local
/external/llvm/lib/CodeGen/AsmPrinter/
DOcamlGCPrinter.cpp47 static void EmitCamlGlobal(const Module &M, AsmPrinter &AP, const char *Id) { in EmitCamlGlobal()
/external/v8/src/
Dv8-counters.h265 enum Id { enum

123