HomeSort by relevance Sort by last modified time
    Searched refs:decl (Results 226 - 250 of 266) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/valgrind/main/none/tests/x86/
x86locked.c 449 GEN_do_locked_unary_E(decl,eax)
insn_basic.def 427 decl r32.ud[12345678] => 0.ud[12345677]
428 decl m32.ud[12345678] => 0.ud[12345677]
    [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...]
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/
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...]
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/
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...]
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/v8/src/x64/
code-stubs-x64.cc     [all...]
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...]
macro-assembler-x64.cc     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp 50 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) {
52 Decl *Group[2] = { OwnedType, Ptr };
270 assert(IIDecl && "Didn't find decl");
281 // will be attached to the enclosing Expr or Decl node).
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 104 const Decl *D = InitLoc->getDecl();
368 const CXXConstructorDecl *decl = local
370 const CXXThisRegion *thisReg = getCXXThisRegion(decl, stackFrame);
    [all...]
  /external/openfst/src/include/fst/
compact-fst.h 34 #include <fst/fst-decl.h> // For optional argument declarations
782 // fst-decl.h).
    [all...]
  /external/v8/src/
parser.cc 4878 Declaration* decl = scope->CheckConflictingVarDeclarations(); local
    [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...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/
arm.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 1 //===--- ASTReaderDecl.cpp - Decl Deserialization ---------------*- C++ -*-===//
11 // entrypoint for loading a decl.
68 Decl *ReadDecl(const RecordData &R, unsigned &I) {
203 static void attachPreviousDecl(Decl *D, Decl *previous);
204 static void attachLatestDecl(Decl *D, Decl *latest);
206 void Visit(Decl *D);
208 void UpdateDecl(Decl *D, ModuleFile &ModuleFile,
216 void VisitDecl(Decl *D)
968 VarDecl *decl = ReadDeclAs<VarDecl>(Record, Idx); local
    [all...]
  /external/bison/tests/
testsuite     [all...]

Completed in 815 milliseconds

1 2 3 4 5 6 7 8 91011