/art/compiler/utils/x86/ |
assembler_x86.cc | 1025 void X86Assembler::decl(Register reg) { function in class:art::x86::X86Assembler 1031 void X86Assembler::decl(const Address& address) { function in class:art::x86::X86Assembler 1235 decl(reg); [all...] |
/external/clang/lib/AST/ |
ItaniumMangle.cpp | 20 #include "clang/AST/Decl.h" 46 static const DeclContext *getEffectiveDeclContext(const Decl *D) { 75 return getEffectiveDeclContext(cast<Decl>(DC)); 82 static const RecordDecl *GetLocalClassDecl(const Decl *D) { 87 D = cast<Decl>(DC); 100 static const NamedDecl *getStructor(const NamedDecl *decl) { 101 const FunctionDecl *fn = dyn_cast_or_null<FunctionDecl>(decl); 102 return (fn ? getStructor(fn) : decl); 332 void mangleLocalName(const Decl *D); 393 // Any decl can be declared with __asm("foo") on it, and this takes precedenc [all...] |
ASTDumper.cpp | 41 // Decl kind names (VarDecl, FunctionDecl, etc) 74 // Decl names 158 void dumpDecl(const Decl *D); 175 void dumpBareDeclRef(const Decl *Node); 176 void dumpDeclRef(const Decl *Node, const char *Label = 0); 449 void ASTDumper::dumpBareDeclRef(const Decl *D) { 465 void ASTDumper::dumpDeclRef(const Decl *D, const char *Label) { 514 dumpBareDeclRef(cast<Decl>(DC)); 519 dumpPointer(cast<Decl>(Primary)); 571 static Decl *getPreviousDeclImpl(...) [all...] |
Decl.cpp | 1 //===--- Decl.cpp - Declaration AST Node Implementation -------------------===// 10 // This file implements the Decl subclasses. 14 #include "clang/AST/Decl.h" 290 static const Decl *getOutermostFuncOrBlockContext(const Decl *D) { 291 const Decl *Ret = NULL; 293 while (DC->getDeclKind() != Decl::TranslationUnit) { 295 Ret = cast<Decl>(DC); 511 static bool isSingleLineExternC(const Decl &D) { [all...] |
/external/v8/src/ |
hydrogen.cc | 6980 Declaration* decl = declarations->at(i); local 6993 Declaration* decl = declarations->at(i); local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
ApplyStyleCommand.cpp | [all...] |
/external/chromium_org/v8/src/x64/ |
assembler-x64.h | 931 void decl(Register dst); 932 void decl(const Operand& dst); [all...] |
code-stubs-x64.cc | [all...] |
/art/runtime/arch/x86/ |
quick_entrypoints_x86.S | [all...] |
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
Parser.java | 831 public void decl(char[] buff, int offset, int length) throws SAXException { method in class:Parser [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...] |
rtl.h | 148 rtx offset; /* Offset from start of DECL, as CONST_INT. */ 163 tree decl; /* decl corresponding to REG. */ 164 HOST_WIDE_INT offset; /* Offset from start of DECL. */ 162 tree decl; \/* decl corresponding to REG. *\/ member in struct:reg_attrs [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
gimple.h | 486 /* [ WORD 5 ] Abort function decl. */ [all...] |
rtl.h | 148 rtx offset; /* Offset from start of DECL, as CONST_INT. */ 163 tree decl; /* decl corresponding to REG. */ 164 HOST_WIDE_INT offset; /* Offset from start of DECL. */ 162 tree decl; \/* decl corresponding to REG. *\/ member in struct:reg_attrs [all...] |
/prebuilts/gcc/linux-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...] |
rtl.h | 148 rtx offset; /* Offset from start of DECL, as CONST_INT. */ 163 tree decl; /* decl corresponding to REG. */ 164 HOST_WIDE_INT offset; /* Offset from start of DECL. */ 162 tree decl; \/* decl corresponding to REG. *\/ member in struct:reg_attrs [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
gimple.h | 486 /* [ WORD 5 ] Abort function decl. */ [all...] |
rtl.h | 148 rtx offset; /* Offset from start of DECL, as CONST_INT. */ 163 tree decl; /* decl corresponding to REG. */ 164 HOST_WIDE_INT offset; /* Offset from start of DECL. */ 162 tree decl; \/* decl corresponding to REG. *\/ member in struct:reg_attrs [all...] |
/external/v8/src/x64/ |
code-stubs-x64.cc | [all...] |
/external/robolectric/lib/main/ |
javassist-3.14.0-GA.jar | |
/external/clang/include/clang/AST/ |
ExprCXX.h | 18 #include "clang/AST/Decl.h" 622 MSPropertyRefExpr(Expr *baseExpr, MSPropertyDecl *decl, bool isArrow, 630 BaseExpr(baseExpr), TheDecl(decl), [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
ExprEngine.cpp | 94 const Decl *D = InitLoc->getDecl(); 449 const CXXConstructorDecl *decl = local 453 SVal thisVal = State->getSVal(svalBuilder.getCXXThis(decl, stackFrame)); [all...] |