HomeSort by relevance Sort by last modified time
    Searched refs:decl (Results 476 - 500 of 566) sorted by null

<<11121314151617181920>>

  /external/boringssl/linux-x86/crypto/modes/
ghash-x86.S 41 decl %ebp
  /external/boringssl/mac-x86/crypto/modes/
ghash-x86.S 40 decl %ebp
  /external/clang/lib/AST/
ASTDumper.cpp 56 // Decl kind names (VarDecl, FunctionDecl, etc)
89 // Decl names
216 void dumpDecl(const Decl *D);
228 void dumpBareDeclRef(const Decl *Node);
229 void dumpDeclRef(const Decl *Node, const char *Label = nullptr);
716 void ASTDumper::dumpBareDeclRef(const Decl *D) {
738 void ASTDumper::dumpDeclRef(const Decl *D, const char *Label) {
782 dumpBareDeclRef(cast<Decl>(DC));
787 dumpPointer(cast<Decl>(Primary));
815 // Dump earliest decl first
    [all...]
  /external/valgrind/coregrind/
m_trampoline.S 966 decl %esi
    [all...]
  /prebuilts/go/darwin-x86/src/go/build/
build.go 819 for _, decl := range pf.Decls {
820 d, ok := decl.(*ast.GenDecl)
    [all...]
  /prebuilts/go/linux-x86/src/go/build/
build.go 819 for _, decl := range pf.Decls {
820 d, ok := decl.(*ast.GenDecl)
    [all...]
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
c.py 186 for decl in var.Declarator.split(','):
187 DeclList = decl.split('=')
    [all...]
  /external/boringssl/linux-x86_64/crypto/bn/
x86_64-mont5.S 1827 decl %ecx
1919 decl %ecx
    [all...]
  /external/boringssl/mac-x86_64/crypto/bn/
x86_64-mont5.S 1826 decl %ecx
1918 decl %ecx
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 18 #include "clang/AST/Decl.h"
671 MSPropertyRefExpr(Expr *baseExpr, MSPropertyDecl *decl, bool isArrow,
679 BaseExpr(baseExpr), TheDecl(decl),
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp 54 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) {
56 Decl *Group[2] = { OwnedType, Ptr };
144 /// type decl, \a FoundType if only type decls are found.
424 assert(IIDecl && "Didn't find decl");
435 // will be attached to the enclosing Expr or Decl node).
465 // Builds a fake NNS for the given decl context.
750 // Replace lookup results with just the tag decl.
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 107 const Decl *D = InitLoc->getDecl();
467 const CXXConstructorDecl *decl = local
471 SVal thisVal = State->getSVal(svalBuilder.getCXXThis(decl, stackFrame));
    [all...]
  /external/v8/src/ast/
ast.h     [all...]
  /external/v8/src/builtins/x64/
builtins-x64.cc     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/
decentxml-1.3.jar 
  /prebuilts/tools/common/m2/repository/de/pdark/decentxml/1.3/
decentxml-1.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_core/2.0.18/
error_prone_core-2.0.18.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /art/runtime/arch/x86/
quick_entrypoints_x86.S     [all...]
  /art/runtime/arch/x86_64/
quick_entrypoints_x86_64.S     [all...]
  /art/runtime/interpreter/mterp/out/
mterp_x86.S     [all...]
  /external/clang/include/clang/Sema/
Sema.h 100 class Decl;
279 // the new decl. If the new decl has external linkage, we will
280 // link it with the hidden decl (which also has external linkage) and
312 /// \brief Generally null except when we temporarily switch decl contexts,
507 llvm::SmallPtrSet<const Decl*, 4> ParsingInitForAutoVars;
705 SmallVector<Decl*,2> WeakTopLevelDecl;
710 /// to lookup file scope declarations in the "ordinary" C decl namespace.
860 Decl *ManglingContextDecl;
880 Decl *ManglingContextDecl
    [all...]
  /external/mksh/src/
Build.sh 1424 ac_flags 1 decl "${ccpc}-r" 'for strict prototype checks'
    [all...]

Completed in 932 milliseconds

<<11121314151617181920>>