/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() 104 bool types::isObjC(ID Id) { in isObjC() [all …]
|
D | Phases.cpp | 16 const char *phases::getPhaseName(ID Id) { in getPhaseName()
|
/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/lib/Analysis/ |
D | PrintfFormatString.cpp | 617 #define SIGNED_TYPE(Id, SingletonId) in fixType() argument 618 #define UNSIGNED_TYPE(Id, SingletonId) in fixType() argument 619 #define FLOATING_TYPE(Id, SingletonId) in fixType() argument 620 #define BUILTIN_TYPE(Id, SingletonId) \ in fixType() argument
|
/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/lzma/CPP/7zip/Common/ |
D | RegisterCodec.h | 14 CMethodId Id; member 38 CMethodId Id; member
|
D | CreateCoder.h | 17 CMethodId Id; member 30 CMethodId Id; member
|
/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() argument
|
/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 | 369 void PreprocessingRecord::addMacroExpansion(const Token &Id, in addMacroExpansion() 412 void PreprocessingRecord::MacroExpands(const Token &Id, in MacroExpands() 419 void PreprocessingRecord::MacroDefined(const Token &Id, in MacroDefined() 429 void PreprocessingRecord::MacroUndefined(const Token &Id, in MacroUndefined()
|
/external/clang/include/clang/Frontend/ |
D | Utils.h | 194 llvm::opt::OptSpecifier Id, int Default, in getLastArgIntValue() 204 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 | 182 bool hasArgNoClaim(OptSpecifier Id) const { in hasArgNoClaim() 185 bool hasArg(OptSpecifier Id) const { in hasArg()
|
/external/llvm/include/llvm/Support/ |
D | GraphWriter.h | 178 std::string Id = DTraits.getNodeIdentifierLabel(Node, G); in writeNode() local 203 std::string Id = DTraits.getNodeIdentifierLabel(Node, G); in writeNode() local
|
/external/v8/test/unittests/compiler/ |
D | live-range-builder.h | 23 TestRangeBuilder& Id(int id) { in Id() function
|
/external/llvm/lib/Option/ |
D | OptTable.cpp | 291 static std::string getOptionHelpName(const OptTable &Opts, OptSpecifier Id) { in getOptionHelpName() 366 static const char *getOptionHelpGroup(const OptTable &Opts, OptSpecifier Id) { in getOptionHelpGroup() 406 unsigned Id = i + 1; in PrintHelp() local
|
/external/webrtc/webrtc/modules/audio_device/ |
D | audio_device_impl.h | 196 int32_t Id() { return _id; } in Id() function
|
/external/llvm/lib/Target/WebAssembly/ |
D | Relooper.h | 90 int Id; // A unique identifier, defined when added to relooper. Note that this member 113 int Id; // A unique identifier. Used to identify loops, labels are Lx where x member
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 1353 IdentifierInfo *Id, in Create() 1379 SourceLocation AtLoc, IdentifierInfo *Id, in ObjCInterfaceDecl() 1645 SourceLocation IdLoc, IdentifierInfo *Id, in Create() 1723 IdentifierInfo *Id, QualType T, Expr *BW) { in Create() 1741 IdentifierInfo *Id, SourceLocation nameLoc, in ObjCProtocolDecl() 1752 IdentifierInfo *Id, in Create() 1873 IdentifierInfo *Id, ObjCInterfaceDecl *IDecl, in ObjCCategoryDecl() 1889 IdentifierInfo *Id, in Create() 1945 IdentifierInfo *Id, in Create() 2088 IdentifierInfo *Id, in Create() [all …]
|