/external/clang/ |
clang-tblgen-rules.mk | 188 $(call transform-host-clang-td-to-out,clang-decl-nodes)
|
/external/clang/lib/AST/ |
Decl.cpp | 1 //===--- Decl.cpp - Declaration AST Node Implementation -------------------===// 10 // This file implements the Decl subclasses. 14 #include "clang/AST/Decl.h" 773 // Specifically, if this decl exists and has an explicit attribute. [all...] |
ItaniumMangle.cpp | 20 #include "clang/AST/Decl.h" 46 static const DeclContext *getEffectiveDeclContext(const Decl *D) { 64 return getEffectiveDeclContext(cast<Decl>(DC)); 72 const DeclContext *Parent = getEffectiveDeclContext(cast<Decl>(DC)); 87 static const NamedDecl *getStructor(const NamedDecl *decl) { 88 const FunctionDecl *fn = dyn_cast_or_null<FunctionDecl>(decl); 89 return (fn ? getStructor(fn) : decl); 364 // Any decl can be declared with __asm("foo") on it, and this takes precedence 414 // Any decl can be declared with __asm("foo") on it, and this takes precedence 450 // Don't mangle in the type if this isn't a decl we should typically mangle [all...] |
/external/llvm/test/MC/X86/ |
x86-64.s | 919 decl %eax // CHECK: decl %eax # encoding: [0xff,0xc8] label
|
/external/openfst/src/include/fst/ |
compose-filter.h | 26 #include <fst/fst-decl.h> // For optional argument declarations
|
const-fst.h | 30 #include <fst/fst-decl.h> // For optional argument declarations 256 // in fst-decl.h).
|
/external/quake/quake/src/QW/client/ |
r_drawa.s | 361 decl %ecx
|
r_edgea.s | 256 decl %eax
|
/external/quake/quake/src/WinQuake/ |
r_drawa.s | 361 decl %ecx
|
r_edgea.s | 256 decl %eax
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
HTMLScanner.java | 497 h.decl(theOutputBuffer, 0, theSize);
|
Parser.java | 831 public void decl(char[] buff, int offset, int length) throws SAXException { method in class:Parser [all...] |
/external/clang/tools/libclang/ |
CXCursor.cpp | 21 #include "clang/AST/Decl.h" 56 CXCursor cxcursor::MakeCXCursor(const Attr *A, const Decl *Parent, 63 CXCursor cxcursor::MakeCXCursor(const Decl *D, CXTranslationUnit TU, 92 CXCursor cxcursor::MakeCXCursor(const Stmt *S, const Decl *Parent, 734 CXCursor cxcursor::MakeCursorOverloadedDeclRef(const Decl *D, 768 const Decl *cxcursor::getCursorDecl(CXCursor Cursor) { 769 return static_cast<const Decl *>(Cursor.data[0]); 789 const Decl *cxcursor::getCursorParentDecl(CXCursor Cursor) { 790 return static_cast<const Decl *>(Cursor.data[0]); 935 const Decl *D = cxcursor::getCursorDecl(C) 1031 const Decl *decl = getCursorDecl(cursor); local [all...] |
/external/v8/src/x64/ |
assembler-x64.h | 915 void decl(Register dst); 916 void decl(const Operand& dst); [all...] |
/external/openssl/crypto/aes/asm/ |
bsaes-x86_64.S | 118 decl %r10d 325 decl %r10d 590 decl %r10d 797 decl %r10d 1062 decl %r10d 1121 decl %r10d [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/ |
cp-tree.h | 244 tree decl; 449 VALUE field is a DECL for the associated declaration. Thus, 243 tree decl; variable 4597 tree decl; variable 5204 tree decl; member in struct:deferred_access_check [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/ |
cp-tree.h | 244 tree decl; 449 VALUE field is a DECL for the associated declaration. Thus, 243 tree decl; variable 4597 tree decl; variable 5204 tree decl; member in struct:deferred_access_check [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/ |
cp-tree.h | 244 tree decl; 449 VALUE field is a DECL for the associated declaration. Thus, 243 tree decl; variable 4597 tree decl; variable 5204 tree decl; member in struct:deferred_access_check [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/ |
cp-tree.h | 244 tree decl; 449 VALUE field is a DECL for the associated declaration. Thus, 243 tree decl; variable 4597 tree decl; variable 5204 tree decl; member in struct:deferred_access_check [all...] |
/external/clang/lib/Sema/ |
SemaDeclObjC.cpp | 272 void Sema::AddAnyMethodToGlobalPool(Decl *D) { 275 // If we don't have a valid method decl, simply return. 305 void Sema::ActOnStartOfObjCMethodDef(Scope *FnBodyScope, Decl *D) { 309 // If we don't have a valid method decl, simply return. 317 // Create Decl objects for each parameter, entrring them in the scope for 441 Decl *Sema:: 445 Decl * const *ProtoRefs, unsigned NumProtoRefs, 517 // The previous declaration was not a class decl. Check if we have a 573 Decl *Sema::ActOnCompatibilityAlias(SourceLocation AtLoc, 648 Decl * [all...] |
/external/v8/src/ |
hydrogen.cc | 6980 Declaration* decl = declarations->at(i); local 6993 Declaration* decl = declarations->at(i); local [all...] |
/external/valgrind/main/coregrind/ |
m_trampoline.S | 817 decl %esi
|
/external/valgrind/main/none/tests/amd64/ |
amd64locked.c | 485 GEN_do_locked_unary_E(decl,eax)
|
/external/valgrind/main/none/tests/x86/ |
x86locked.c | 449 GEN_do_locked_unary_E(decl,eax)
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
gimple.h | 486 /* [ WORD 5 ] Abort function decl. */ [all...] |