/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, bool CLMode) { in getTypeTempSuffix() 57 bool types::onlyAssembleType(ID Id) { in onlyAssembleType() 61 bool types::onlyPrecompileType(ID Id) { in onlyPrecompileType() 65 bool types::canTypeBeUserSpecified(ID Id) { in canTypeBeUserSpecified() 69 bool types::appendSuffixForType(ID Id) { in appendSuffixForType() 73 bool types::canLipoType(ID Id) { in canLipoType() 80 bool types::isAcceptedByClang(ID Id) { in isAcceptedByClang() 103 bool types::isObjC(ID Id) { in isObjC() [all …]
|
D | Phases.cpp | 16 const char *phases::getPhaseName(ID Id) { in getPhaseName()
|
/external/lzma/CPP/7zip/Common/ |
D | MethodProps.h | 14 PROPID Id; member 20 CMethodId Id; member
|
D | RegisterCodec.h | 13 CMethodId Id; member
|
/external/clang/lib/Analysis/ |
D | PrintfFormatString.cpp | 555 #define SIGNED_TYPE(Id, SingletonId) in fixType() argument 556 #define UNSIGNED_TYPE(Id, SingletonId) in fixType() argument 557 #define FLOATING_TYPE(Id, SingletonId) in fixType() argument 558 #define BUILTIN_TYPE(Id, SingletonId) \ in fixType() argument
|
/external/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIALineNumber.cpp | 63 DWORD Id = 0; in getSourceFileId() local 68 DWORD Id = 0; in getCompilandId() local
|
D | DIASourceFile.cpp | 35 DWORD Id; in getUniqueId() local
|
/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 | 8 template<typename T> using Id = T; typedef
|
/external/clang/test/PCH/ |
D | pr18806.cpp | 13 using Id = T; typedef
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | PacketDispatcher.java | 233 Integer Id = new Integer(replyPacket.getId()); in notifyThread() local 278 Integer Id = new Integer(getNextId()); in waitForReply() local 349 Integer Id = new Integer(getNextId()); in sendCommand() local
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_deadlock_detector2.cc | 32 struct Id { struct 33 u32 id; 34 u32 seq; 36 explicit Id(u32 id = 0, u32 seq = 0) in Id() function
|
/external/bison/src/ |
D | scan-skel.l | 29 #define FLEX_PREFIX(Id) skel_ ## Id argument
|
D | scan-gram.l | 29 #define FLEX_PREFIX(Id) gram_ ## Id argument
|
/external/clang/lib/Lex/ |
D | PreprocessingRecord.cpp | 367 void PreprocessingRecord::addMacroExpansion(const Token &Id, in addMacroExpansion() 411 void PreprocessingRecord::MacroExpands(const Token &Id,const MacroDirective *MD, in MacroExpands() 417 void PreprocessingRecord::MacroDefined(const Token &Id, in MacroDefined() 427 void PreprocessingRecord::MacroUndefined(const Token &Id, in MacroUndefined()
|
/external/clang/include/clang/Frontend/ |
D | Utils.h | 188 llvm::opt::OptSpecifier Id, int Default, in getLastArgIntValue() 198 llvm::opt::OptSpecifier Id, in getLastArgUInt64Value()
|
/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/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | TreePatternLexer.cs | 41 public const int Id = 3; field in Antlr.Runtime.Tree.TreePatternLexer
|
/external/llvm/include/llvm/Option/ |
D | ArgList.h | 175 bool hasArgNoClaim(OptSpecifier Id) const { in hasArgNoClaim() 178 bool hasArg(OptSpecifier Id) const { in hasArg()
|
/external/llvm/lib/Option/ |
D | OptTable.cpp | 294 static std::string getOptionHelpName(const OptTable &Opts, OptSpecifier Id) { in getOptionHelpName() 369 static const char *getOptionHelpGroup(const OptTable &Opts, OptSpecifier Id) { in getOptionHelpGroup() 409 unsigned Id = i + 1; in PrintHelp() local
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 1146 IdentifierInfo *Id, in Create() 1169 SourceLocation AtLoc, IdentifierInfo *Id, in ObjCInterfaceDecl() 1431 SourceLocation IdLoc, IdentifierInfo *Id, in Create() 1504 IdentifierInfo *Id, QualType T, Expr *BW) { in Create() 1522 IdentifierInfo *Id, SourceLocation nameLoc, in ObjCProtocolDecl() 1533 IdentifierInfo *Id, in Create() 1655 IdentifierInfo *Id, in Create() 1700 IdentifierInfo *Id, in Create() 1843 IdentifierInfo *Id, in Create() 1862 IdentifierInfo *Id, in Create()
|
/external/clang/test/SemaCXX/ |
D | pseudo-destructors.cpp | 88 template<typename T> using Id = T; typedef
|
/external/clang/lib/Tooling/ |
D | RefactoringCallbacks.cpp | 62 ReplaceIfStmtWithItsBody::ReplaceIfStmtWithItsBody(StringRef Id, in ReplaceIfStmtWithItsBody()
|
/external/llvm/utils/TableGen/ |
D | CTagsEmitter.cpp | 33 const std::string *Id; member in __anonabea00890111::Tag
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | OcamlGCPrinter.cpp | 47 static void EmitCamlGlobal(const Module &M, AsmPrinter &AP, const char *Id) { in EmitCamlGlobal()
|