/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/ |
c-common.h | 515 extern bool has_c_linkage (const_tree decl); 677 /* In c-decl.c and cp/tree.c. FIXME. */ 734 extern void check_main_parameter_types (tree decl); 770 extern void set_compound_literal_name (tree decl); 823 /* In a FIELD_DECL, nonzero if the decl was originally a bitfield. */ [all...] |
/prebuilts/sdk/tools/lib/ |
lombok-ast-0.2.jar | |
/prebuilts/tools/common/lombok-ast/ |
lombok-ast-0.2.1.jar | |
lombok-ast-0.2.jar | |
/external/clang/lib/AST/ |
Type.cpp | 720 /// an enum decl which has a signed representation 760 /// decl which has an unsigned representation 929 // A tagged type (struct/union/enum/class) is incomplete if the decl is a [all...] |
/external/quake/quake/src/QW/client/ |
d_polysa.s | [all...] |
/external/quake/quake/src/WinQuake/ |
d_polysa.s | [all...] |
/external/clang/bindings/python/tests/cindex/ |
test_type.py | 97 decl = t.get_declaration()
|
/external/clang/lib/CodeGen/ |
CGDebugInfo.h | 84 llvm::DenseMap<const Decl *, llvm::WeakVH> RegionMap; 98 llvm::DenseMap<const Decl *, llvm::WeakVH> StaticDataMemberCache; 128 llvm::DIType getOrCreateFunctionType(const Decl *D, QualType FnType, 144 void CollectCXXMemberFunctions(const CXXRecordDecl *Decl, 149 void CollectCXXFriends(const CXXRecordDecl *Decl, 154 void CollectCXXBases(const CXXRecordDecl *Decl, 186 void CollectRecordFields(const RecordDecl *Decl, llvm::DIFile F, 190 void CollectVTableInfo(const CXXRecordDecl *Decl, 232 void EmitDeclareOfAutoVariable(const VarDecl *Decl, llvm::Value *AI, 244 void EmitDeclareOfArgVariable(const VarDecl *Decl, llvm::Value *AI [all...] |
CGDecl.cpp | 10 // This contains code to emit Decl nodes as LLVM code. 20 #include "clang/AST/Decl.h" 33 void CodeGenFunction::EmitDecl(const Decl &D) { 35 case Decl::TranslationUnit: 36 case Decl::Namespace: 37 case Decl::UnresolvedUsingTypename: 38 case Decl::ClassTemplateSpecialization: 39 case Decl::ClassTemplatePartialSpecialization: 40 case Decl::TemplateTypeParm: 41 case Decl::UnresolvedUsingValue [all...] |
CGExprConstant.cpp | 433 BaseInfo(const CXXRecordDecl *Decl, CharUnits Offset, unsigned Index) 434 : Decl(Decl), Offset(Offset), Index(Index) { 437 const CXXRecordDecl *Decl; 473 bool IsPrimaryBase = Layout.getPrimaryBase() == Base.Decl; 474 Build(Val.getStructBase(Base.Index), Base.Decl, IsPrimaryBase, 899 if (const ValueDecl *Decl = LVBase.dyn_cast<const ValueDecl*>()) { 900 if (Decl->hasAttr<WeakRefAttr>()) 901 return CGM.GetWeakRefReference(Decl); 902 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(Decl)) 1268 const ValueDecl *decl = cast<DeclRefExpr>(uo->getSubExpr())->getDecl(); local [all...] |
/external/llvm/test/MC/X86/ |
x86-32.s | 625 // CHECK: decl %eax # encoding: [0x48] 626 decl %eax
|
/external/webkit/Source/WebCore/svg/ |
SVGStyledElement.cpp | 403 if (getMappedAttributeDecl(entry, cssSVGAttr) == cssSVGAttr->decl()) {
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree-pass.h | 62 #define TDF_UID (1 << 8) /* display decl UIDs */ 350 extern void tree_lowering_passes (tree decl);
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree-pass.h | 62 #define TDF_UID (1 << 8) /* display decl UIDs */ 350 extern void tree_lowering_passes (tree decl);
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree-pass.h | 62 #define TDF_UID (1 << 8) /* display decl UIDs */ 350 extern void tree_lowering_passes (tree decl);
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree-pass.h | 62 #define TDF_UID (1 << 8) /* display decl UIDs */ 350 extern void tree_lowering_passes (tree decl);
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
ObjC.stg | 858 <exceptions:{e|<catch(decl=e.decl,action=e.action)><\n>}> 886 catch(decl,action) ::= << 887 @catch (<e.decl>) { [all...] |
/external/openssl/crypto/modes/asm/ |
ghash-x86.S | 63 decl %edi 167 decl %edi
|
/packages/apps/Calculator/ |
arity-2.1.2.jar | |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
C.stg | [all...] |
/external/webkit/Source/WebCore/css/ |
CSSStyleSelector.cpp | 688 void CSSStyleSelector::addMatchedDeclaration(CSSMutableStyleDeclaration* decl) 690 m_matchedDecls.append(decl); 765 CSSMutableStyleDeclaration* decl = rule->declaration(); local 766 if (!decl || (!decl->length() && !includeEmptyRules)) 3356 CSSMutableStyleDeclaration* decl = m_matchedDecls[i]; local 3425 CSSMutableStyleDeclaration* decl = rule->declaration(); local [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/webkit/Source/JavaScriptCore/parser/ |
ASTBuilder.h | 300 FuncDeclNode* decl = new (m_globalData) FuncDeclNode(m_globalData, *name, body, m_lexer->sourceCode(openBracePos, closeBracePos, bodyStartLine), parameters); local 303 m_scope.m_funcDeclarations->data.append(decl->body()); 305 return decl; [all...] |
/external/webkit/Source/WebCore/editing/ |
ApplyStyleCommand.cpp | 1354 CSSMutableStyleDeclaration* decl = block->inlineStyleDecl(); local [all...] |