Home
last modified time | relevance | path

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

123456

/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, 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 …]
DPhases.cpp16 const char *phases::getPhaseName(ID Id) { in getPhaseName()
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIALineNumber.cpp63 DWORD Id = 0; in getSourceFileId() local
68 DWORD Id = 0; in getCompilandId() local
DDIASourceFile.cpp35 DWORD Id; in getUniqueId() local
/external/clang/lib/Analysis/
DPrintfFormatString.cpp617 #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/
Dalias-nested-nontag.cpp3 template<typename T> using Id = T; // expected-note {{type alias template 'Id' declared here}} typedef
Dalias-church-numerals.cpp8 template<typename T> using Id = T; typedef
/external/lzma/CPP/7zip/Common/
DRegisterCodec.h14 CMethodId Id; member
38 CMethodId Id; member
DCreateCoder.h17 CMethodId Id; member
30 CMethodId Id; member
/external/clang/test/PCH/
Dpr18806.cpp13 using Id = T; typedef
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DPacketDispatcher.java233 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/
Dsanitizer_deadlock_detector2.cc32 struct Id { struct
33 u32 id;
34 u32 seq;
36 explicit Id(u32 id = 0, u32 seq = 0) in Id() argument
/external/bison/src/
Dscan-skel.l29 #define FLEX_PREFIX(Id) skel_ ## Id argument
Dscan-gram.l29 #define FLEX_PREFIX(Id) gram_ ## Id argument
/external/clang/lib/Lex/
DPreprocessingRecord.cpp369 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/
DUtils.h194 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/
Dp2-0x.cpp8 template<typename T> using Id = T; // expected-note {{declared here}} typedef
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreePatternLexer.cs41 public const int Id = 3; field in Antlr.Runtime.Tree.TreePatternLexer
/external/llvm/include/llvm/Option/
DArgList.h182 bool hasArgNoClaim(OptSpecifier Id) const { in hasArgNoClaim()
185 bool hasArg(OptSpecifier Id) const { in hasArg()
/external/llvm/include/llvm/Support/
DGraphWriter.h178 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/
Dlive-range-builder.h23 TestRangeBuilder& Id(int id) { in Id() function
/external/llvm/lib/Option/
DOptTable.cpp291 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/
Daudio_device_impl.h196 int32_t Id() { return _id; } in Id() function
/external/llvm/lib/Target/WebAssembly/
DRelooper.h90 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/
DDeclObjC.cpp1353 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 …]

123456