/external/clang/lib/Driver/ |
D | Types.cpp | 39 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 …]
|
D | Phases.cpp | 16 const char *phases::getPhaseName(ID Id) { in getPhaseName()
|
D | OptTable.cpp | 265 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/ |
D | syncable_id.h | 20 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/ |
D | Trie.h | 82 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/ |
D | netw_arc.h | 97 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/ |
D | extension_menu_manager.h | 37 struct Id { struct 46 Profile* profile; 47 std::string extension_id; 48 int uid;
|
/external/chromium/chrome/browser/sync/engine/ |
D | apply_updates_command.h | 14 class Id; variable
|
D | resolve_conflicts_command.h | 15 class Id; variable
|
D | process_commit_response_command.h | 17 class Id; variable
|
D | build_and_process_conflict_sets_command.h | 18 class Id; variable
|
D | conflict_resolver.h | 22 class Id; variable
|
D | syncer.h | 31 class Id; variable
|
D | syncer_types.h | 17 class Id; variable
|
/external/clang/test/SemaTemplate/ |
D | alias-nested-nontag.cpp | 3 template<typename T> using Id = T; // expected-note {{type alias template 'Id' declared here}} typedef
|
D | alias-church-numerals.cpp | 7 template<typename T> using Id = T; typedef
|
/external/clang/lib/Lex/ |
D | PreprocessingRecord.cpp | 123 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/ |
D | ARMJITInfo.h | 148 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/ |
D | p2-0x.cpp | 8 template<typename T> using Id = T; // expected-note {{declared here}} typedef
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 559 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()
|
D | Decl.cpp | 1137 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/ |
D | ArgList.h | 162 bool hasArgNoClaim(OptSpecifier Id) const { in hasArgNoClaim() 165 bool hasArg(OptSpecifier Id) const { in hasArg()
|
/external/clang/lib/Sema/ |
D | CodeCompleteConsumer.cpp | 449 if (IdentifierInfo *Id = Name.getAsIdentifierInfo()) in getOrderedName() local 452 if (IdentifierInfo *Id in getOrderedName() local
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | OcamlGCPrinter.cpp | 47 static void EmitCamlGlobal(const Module &M, AsmPrinter &AP, const char *Id) { in EmitCamlGlobal()
|
/external/v8/src/ |
D | v8-counters.h | 265 enum Id { enum
|