/external/chromium_org/third_party/openssl/openssl/crypto/des/asm/ |
crypt586.S | 827 decl %ebx
|
/external/chromium_org/v8/src/ |
parser.cc | 4598 Declaration* decl = scope->CheckConflictingVarDeclarations(); local [all...] |
/external/openfst/src/include/fst/ |
compact-fst.h | 34 #include <fst/fst-decl.h> // For optional argument declarations 793 // fst-decl.h). [all...] |
/external/openssl/crypto/des/asm/ |
crypt586.S | 827 decl %ebx
|
/external/v8/src/ |
parser.cc | 4878 Declaration* decl = scope->CheckConflictingVarDeclarations(); local [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/ |
arm.h | [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/ |
arm.h | [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/ |
arm.h | [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/ |
arm.h | [all...] |
/external/llvm/test/MC/X86/ |
x86-32-coverage.s | 72 // CHECK: decl 3735928559(%ebx,%ecx,8) 73 decl 0xdeadbeef(%ebx,%ecx,8) [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ |
compiler.jar | |
/external/chromium_org/v8/src/x64/ |
macro-assembler-x64.cc | [all...] |
lithium-codegen-x64.cc | 197 __ decl(rax); [all...] |
assembler-x64.cc | 953 void Assembler::decl(Register dst) { function in class:v8::internal::Assembler 961 void Assembler::decl(const Operand& dst) { function in class:v8::internal::Assembler [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree.h | 111 /* Nonzero if DECL represents a VAR_DECL or FUNCTION_DECL. */ 113 #define VAR_OR_FUNCTION_DECL_P(DECL)\ 114 (TREE_CODE (DECL) == VAR_DECL || TREE_CODE (DECL) == FUNCTION_DECL) 183 of an alias. This requires that the decl have been defined. Aliases 198 tree decl; member in struct:alias_pair [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree.h | 111 /* Nonzero if DECL represents a VAR_DECL or FUNCTION_DECL. */ 113 #define VAR_OR_FUNCTION_DECL_P(DECL)\ 114 (TREE_CODE (DECL) == VAR_DECL || TREE_CODE (DECL) == FUNCTION_DECL) 183 of an alias. This requires that the decl have been defined. Aliases 198 tree decl; member in struct:alias_pair [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree.h | 111 /* Nonzero if DECL represents a VAR_DECL or FUNCTION_DECL. */ 113 #define VAR_OR_FUNCTION_DECL_P(DECL)\ 114 (TREE_CODE (DECL) == VAR_DECL || TREE_CODE (DECL) == FUNCTION_DECL) 183 of an alias. This requires that the decl have been defined. Aliases 198 tree decl; member in struct:alias_pair [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree.h | 111 /* Nonzero if DECL represents a VAR_DECL or FUNCTION_DECL. */ 113 #define VAR_OR_FUNCTION_DECL_P(DECL)\ 114 (TREE_CODE (DECL) == VAR_DECL || TREE_CODE (DECL) == FUNCTION_DECL) 183 of an alias. This requires that the decl have been defined. Aliases 198 tree decl; member in struct:alias_pair [all...] |
/external/clang/include/clang/ASTMatchers/ |
ASTMatchers.h | 111 typedef internal::Matcher<Decl> DeclarationMatcher; 147 const internal::VariadicAllOfMatcher<Decl> decl; member in namespace:clang::ast_matchers 160 const internal::VariadicDynCastAllOfMatcher<Decl, NamedDecl> namedDecl; 171 const internal::VariadicDynCastAllOfMatcher<Decl, NamespaceDecl> namespaceDecl; 181 Decl, 191 Decl, 205 Decl, 217 const internal::VariadicDynCastAllOfMatcher<Decl, DeclaratorDecl> 228 const internal::VariadicDynCastAllOfMatcher<Decl, ParmVarDecl> parmVarDecl [all...] |
/external/clang/include/clang/Sema/ |
Sema.h | 95 class Decl; 220 // the new decl. If the new decl has external linkage, we will 221 // link it with the hidden decl (which also has external linkage) and 252 /// \brief Generally null except when we temporarily switch decl contexts, 320 llvm::SmallPtrSet<const Decl*, 4> ParsingInitForAutoVars; 540 SmallVector<Decl*,2> WeakTopLevelDecl; 545 /// to lookup file scope declarations in the "ordinary" C decl namespace. 674 Decl *ManglingContextDecl; 694 Decl *ManglingContextDecl [all...] |
/external/clang/lib/Sema/ |
SemaDecl.cpp | 50 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { 52 Decl *Group[2] = { OwnedType, Ptr }; 308 assert(IIDecl && "Didn't find decl"); 319 // will be attached to the enclosing Expr or Decl node). 569 // Replace lookup results with just the tag decl. [all...] |
/external/clang/lib/Serialization/ |
ASTReaderDecl.cpp | 1 //===--- ASTReaderDecl.cpp - Decl Deserialization ---------------*- C++ -*-===// 11 // entrypoint for loading a decl. 67 Decl *ReadDecl(const RecordData &R, unsigned &I) { 116 Decl::Kind DeclKind; 122 Decl::Kind DeclKind) 198 static void attachPreviousDecl(Decl *D, Decl *previous); 199 static void attachLatestDecl(Decl *D, Decl *latest); 204 void Visit(Decl *D) 1018 VarDecl *decl = ReadDeclAs<VarDecl>(Record, Idx); local [all...] |
/external/v8/src/x64/ |
assembler-x64.cc | 1044 void Assembler::decl(Register dst) { function in class:v8::internal::Assembler 1052 void Assembler::decl(const Operand& dst) { function in class:v8::internal::Assembler [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass64/ |
dwarf64_leb128.asm | 1805 decl %eax 1860 decl %eax [all...] |
/external/mksh/src/ |
Build.sh | 1245 ac_flags 1 decl "${ccpc}-r" 'for strict prototype checks' [all...] |