HomeSort by relevance Sort by last modified time
    Searched refs:decl (Results 276 - 300 of 374) sorted by null

<<1112131415

  /external/openssl/crypto/modes/asm/
ghash-x86.S 63 decl %edi
167 decl %edi
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg     [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestAttributes.java 157 assertEquals("attribute mismatch","String[] ick",attrs.get(0).decl.toString());
161 assertEquals("attribute mismatch","int i",attrs.get(1).decl.toString());
269 assertEquals("attribute mismatch","HashMap<String,String> foo",attrs.get(0).decl.toString());
299 assertEquals("attribute mismatch","HashMap<String,String> foo",attrs.get(0).decl.toString().trim());
303 assertEquals("attribute mismatch","int x",attrs.get(1).decl.toString().trim());
307 assertEquals("attribute mismatch","List<String> duh",attrs.get(2).decl.toString().trim());
331 assertEquals("attribute mismatch","HashMap<String,String> foo",attrs.get(0).decl.toString());
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 414 BaseInfo(const CXXRecordDecl *Decl, CharUnits Offset, unsigned Index)
415 : Decl(Decl), Offset(Offset), Index(Index) {
418 const CXXRecordDecl *Decl;
454 bool IsPrimaryBase = Layout.getPrimaryBase() == Base.Decl;
455 Build(Val.getStructBase(Base.Index), Base.Decl, IsPrimaryBase,
876 if (const ValueDecl *Decl = LVBase.dyn_cast<const ValueDecl*>()) {
877 if (Decl->hasAttr<WeakRefAttr>())
878 return CGM.GetWeakRefReference(Decl);
879 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(Decl))
1253 const ValueDecl *decl = cast<DeclRefExpr>(uo->getSubExpr())->getDecl(); local
    [all...]
  /external/clang/lib/Sema/
SemaAccess.cpp 37 /// Returns true on error (when the previous member decl access specifier
38 /// is different from the new member decl access specifier).
569 assert(isa<FunctionDecl>(Friend) && "unknown friend decl kind");
    [all...]
SemaStmt.cpp 70 // If we have an invalid decl, just return an error.
84 Decl *decl = DG.getSingleDecl();
85 if (!decl || decl->isInvalidDecl())
89 VarDecl *var = dyn_cast<VarDecl>(decl);
91 Diag(decl->getLocation(), diag::err_non_variable_decl_in_for);
92 decl->setInvalidDecl();
218 if (const Decl *FD = CE->getCalleeDecl()) {
302 // Note that __extension__ can be around a decl
    [all...]
SemaDeclObjC.cpp 273 void Sema::AddAnyMethodToGlobalPool(Decl *D) {
276 // If we don't have a valid method decl, simply return.
306 void Sema::ActOnStartOfObjCMethodDef(Scope *FnBodyScope, Decl *D) {
310 // If we don't have a valid method decl, simply return.
318 // Create Decl objects for each parameter, entrring them in the scope for
444 Decl *Sema::
448 Decl * const *ProtoRefs, unsigned NumProtoRefs,
466 // A previous decl with a different name is because of
472 // A lookup for 'OldImage' will return the 'NewImage' decl.
537 // The previous declaration was not a class decl. Check if we have
    [all...]
  /external/clang/
clang-tblgen-rules.mk 195 $(call transform-host-clang-td-to-out,clang-decl-nodes)
  /external/llvm/test/MC/X86/
x86-64.s 951 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/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLScanner.java 497 h.decl(theOutputBuffer, 0, theSize);
  /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,
759 CXCursor cxcursor::MakeCursorOverloadedDeclRef(const Decl *D,
793 const Decl *cxcursor::getCursorDecl(CXCursor Cursor) {
794 return static_cast<const Decl *>(Cursor.data[0]);
814 const Decl *cxcursor::getCursorParentDecl(CXCursor Cursor) {
815 return static_cast<const Decl *>(Cursor.data[0]);
960 const Decl *D = cxcursor::getCursorDecl(C)
1074 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/chromium_org/third_party/openssl/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...]
  /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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py     [all...]

Completed in 1182 milliseconds

<<1112131415