/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/lib/Object/ |
D | ELFObjectFile.cpp | 25 std::pair<unsigned char, unsigned char> Ident = getElfArchType(Object); in createELFObjectFile() local
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | token.ml | 12 | Ident of string | Number of float Constructor
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
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/TestCases/ |
D | stack-use-after-return.cc | 14 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/chromium_org/v8/test/cctest/ |
D | cctest.h | 66 #define DEFINE_EXTENSION_ID(Name, Ident) Name##_ID, argument 74 #define DEFINE_EXTENSION_FLAG(Name, Ident) \ argument
|
/external/clang/include/clang/Lex/ |
D | PPCallbacks.h | 156 virtual void Ident(SourceLocation Loc, const std::string &str) { in Ident() function 361 virtual void Ident(SourceLocation Loc, const std::string &str) { in Ident() function
|
/external/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 68 IdentifierInfo *Ident = 0; in ParseNamespace() local 192 std::vector<IdentifierInfo*>& Ident, in ParseInnerNamespace() 257 IdentifierInfo *Ident = Tok.getIdentifierInfo(); in ParseNamespaceAlias() local
|
D | ParseDecl.cpp | 362 bool Parser::IsSimpleMicrosoftDeclSpec(IdentifierInfo *Ident) { in IsSimpleMicrosoftDeclSpec() 385 void Parser::ParseComplexMicrosoftDeclSpec(IdentifierInfo *Ident, in ParseComplexMicrosoftDeclSpec() 3733 IdentifierInfo *Ident = Tok.getIdentifierInfo(); in ParseEnumBody() local
|
/external/clang/lib/AST/ |
D | CommentParser.cpp | 435 Token Ident = Tok; in parseHTMLStartTag() local
|
D | CommentLexer.cpp | 618 StringRef Ident(BufferPtr, TokenPtr - BufferPtr); in lexHTMLStartTag() local
|
/external/clang/lib/Frontend/ |
D | PrintPreprocessedOutput.cpp | 347 void PrintPPOutputPPCallbacks::Ident(SourceLocation Loc, const std::string &S) { in Ident() function in PrintPPOutputPPCallbacks
|
/external/clang/lib/Serialization/ |
D | GlobalModuleIndex.cpp | 601 std::pair<StringRef, bool> Ident = *D; in loadModuleFile() local
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 165 std::pair<unsigned char, unsigned char> Ident = std::make_pair( in createObjectImage() local
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 304 GCOVFunction(DISubprogram SP, raw_ostream *os, uint32_t Ident, in GCOVFunction()
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 1098 IdentifierInfo *Ident; member 1113 : Ident(ident), IdentLoc(iloc), Param(param), in Ident() function
|
/external/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 4472 llvm::Constant *CGObjCCommonMac::GetClassName(IdentifierInfo *Ident) { in GetClassName() 4498 llvm::Constant *CGObjCCommonMac::GetIvarLayoutName(IdentifierInfo *Ident, in GetIvarLayoutName() 4946 llvm::Constant *CGObjCCommonMac::GetPropertyName(IdentifierInfo *Ident) { in GetPropertyName()
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 818 IdentifierInfo *Ident = IdentList[i].first; in ActOnForwardProtocolDeclaration() local
|
D | SemaDeclCXX.cpp | 6625 IdentifierInfo *Ident) { in TryNamespaceTypoCorrection() 7641 IdentifierInfo *Ident) { in ActOnNamespaceAliasDef()
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 168 static T Ident(T t) { in Ident() function
|