/external/llvm/lib/Object/ |
D | ELFObjectFile.cpp | 25 std::pair<unsigned char, unsigned char> Ident = getElfArchType(Object); in createELFObjectFile() local
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.elab/ |
D | templateid.cpp | 8 template <typename> class Ident {}; // expected-note {{previous use is here}} class
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
D | token.ml | 12 | Ident of string | Number of float Constructor
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | token.ml | 12 | Ident of string | Number of float Constructor
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
D | token.ml | 12 | Ident of string | Number of float Constructor
|
/external/compiler-rt/lib/asan/lit_tests/ |
D | stack-use-after-return.cc | 22 char *Ident(char *x) { in Ident() function
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | token.ml | 12 | Ident of string | Number of float Constructor
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | token.ml | 12 | Ident of string | Number of float Constructor
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | token.ml | 12 | Ident of string | Number of float Constructor
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_test_utils.h | 63 static T Ident(T t) { in Ident() function
|
/external/clang/include/clang/Lex/ |
D | PPCallbacks.h | 154 virtual void Ident(SourceLocation Loc, const std::string &str) { in Ident() function 322 virtual void Ident(SourceLocation Loc, const std::string &str) { in Ident() function
|
/external/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 67 IdentifierInfo *Ident = 0; in ParseNamespace() local 191 std::vector<IdentifierInfo*>& Ident, in ParseInnerNamespace() 256 IdentifierInfo *Ident = Tok.getIdentifierInfo(); in ParseNamespaceAlias() local
|
D | ParseDecl.cpp | 351 bool Parser::IsSimpleMicrosoftDeclSpec(IdentifierInfo *Ident) { in IsSimpleMicrosoftDeclSpec() 373 void Parser::ParseComplexMicrosoftDeclSpec(IdentifierInfo *Ident, in ParseComplexMicrosoftDeclSpec() 3538 IdentifierInfo *Ident = Tok.getIdentifierInfo(); in ParseEnumBody() local
|
/external/clang/lib/AST/ |
D | CommentParser.cpp | 440 Token Ident = Tok; in parseHTMLStartTag() local
|
D | CommentLexer.cpp | 606 StringRef Ident(BufferPtr, TokenPtr - BufferPtr); in lexHTMLStartTag() local
|
/external/clang/lib/Frontend/ |
D | PrintPreprocessedOutput.cpp | 310 void PrintPPOutputPPCallbacks::Ident(SourceLocation Loc, const std::string &S) { in Ident() function in PrintPPOutputPPCallbacks
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 157 std::pair<unsigned char, unsigned char> Ident = std::make_pair( in createObjectImage() local
|
/external/clang/lib/Serialization/ |
D | GlobalModuleIndex.cpp | 664 std::pair<StringRef, bool> Ident = *D; in loadModuleFile() local
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 280 GCOVFunction(DISubprogram SP, raw_ostream *os, uint32_t Ident, in GCOVFunction()
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 1078 IdentifierInfo *Ident; member 1093 : Ident(ident), IdentLoc(iloc), Param(param), in Ident() function
|
/external/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 4469 llvm::Constant *CGObjCCommonMac::GetClassName(IdentifierInfo *Ident) { in GetClassName() 4495 llvm::Constant *CGObjCCommonMac::GetIvarLayoutName(IdentifierInfo *Ident, in GetIvarLayoutName() 4943 llvm::Constant *CGObjCCommonMac::GetPropertyName(IdentifierInfo *Ident) { in GetPropertyName()
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 792 IdentifierInfo *Ident = IdentList[i].first; in ActOnForwardProtocolDeclaration() local
|
D | SemaDeclCXX.cpp | 6406 IdentifierInfo *Ident) { in TryNamespaceTypoCorrection() 7370 IdentifierInfo *Ident) { in ActOnNamespaceAliasDef()
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 158 static T Ident(T t) { in Ident() function
|