Home
last modified time | relevance | path

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

12345

/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()
103 bool types::isObjC(ID Id) { in isObjC()
[all …]
DPhases.cpp16 const char *phases::getPhaseName(ID Id) { in getPhaseName()
/external/lzma/CPP/7zip/Common/
DMethodProps.h14 PROPID Id; member
20 CMethodId Id; member
DRegisterCodec.h13 CMethodId Id; member
/external/clang/lib/Analysis/
DPrintfFormatString.cpp555 #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/
DDIALineNumber.cpp63 DWORD Id = 0; in getSourceFileId() local
68 DWORD Id = 0; in getCompilandId() local
DDIASourceFile.cpp35 DWORD Id; in getUniqueId() local
/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/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.cpp367 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/
DUtils.h188 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/
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.h175 bool hasArgNoClaim(OptSpecifier Id) const { in hasArgNoClaim()
178 bool hasArg(OptSpecifier Id) const { in hasArg()
/external/llvm/lib/Option/
DOptTable.cpp294 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/
DDeclObjC.cpp1146 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/
Dpseudo-destructors.cpp88 template<typename T> using Id = T; typedef
/external/clang/lib/Tooling/
DRefactoringCallbacks.cpp62 ReplaceIfStmtWithItsBody::ReplaceIfStmtWithItsBody(StringRef Id, in ReplaceIfStmtWithItsBody()
/external/llvm/utils/TableGen/
DCTagsEmitter.cpp33 const std::string *Id; member in __anonabea00890111::Tag
/external/llvm/lib/CodeGen/AsmPrinter/
DOcamlGCPrinter.cpp47 static void EmitCamlGlobal(const Module &M, AsmPrinter &AP, const char *Id) { in EmitCamlGlobal()

12345