Searched refs:decl (Results 176 - 200 of 265) sorted by relevance

1234567891011

/external/harfbuzz_ng/
H A Dgit.mk163 $(DOC_MODULE)-decl-list.txt \
164 $(DOC_MODULE)-decl.txt \
/external/libxml2/doc/
H A DMakefile.am331 rm -rf libxml-decl-list.txt libxml-decl.txt
/external/lldb/include/lldb/Symbol/
H A DClangASTType.h297 // as the name and "decl_ctx" as the decl context.
546 const Declaration &decl,
H A DType.h87 const Declaration& decl,
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1385 SymbolFileDWARFDebugMap::CompleteTagDecl (void *baton, clang::TagDecl *decl) argument
1388 ClangASTType clang_type = symbol_file_dwarf->GetClangASTContext().GetTypeForDecl (decl);
1405 SymbolFileDWARFDebugMap::CompleteObjCInterfaceDecl (void *baton, clang::ObjCInterfaceDecl *decl) argument
1408 ClangASTType clang_type = symbol_file_dwarf->GetClangASTContext().GetTypeForDecl (decl);
/external/llvm/test/MC/X86/
H A Dx86-16.s555 // CHECK: decl %eax # encoding: [0x66,0x48]
556 decl %eax
H A Dx86-32.s645 // CHECK: decl %eax # encoding: [0x48]
646 decl %eax
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_emit.h146 const struct tgsi_full_declaration *decl );
/external/tagsoup/templates/org/ccil/cowan/tagsoup/
H A DHTMLScanner.java335 h.decl(theOutputBuffer, 0, theSize);
/external/zlib/src/contrib/amd64/
H A Damd64-match.S178 decl %chainlenwmask
/external/boringssl/linux-x86/crypto/aes/
H A Dvpaes-x86.S266 decl %eax
285 decl %eax
299 decl %eax
/external/boringssl/mac-x86/crypto/aes/
H A Dvpaes-x86.S259 decl %eax
278 decl %eax
292 decl %eax
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h264 SVal getLValue(const ObjCIvarDecl *decl, SVal base) const;
267 SVal getLValue(const FieldDecl *decl, SVal Base) const;
270 SVal getLValue(const IndirectFieldDecl *decl, SVal Base) const;
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state.c617 if (ifs->decl) {
618 FREE(ifs->decl);
619 ifs->decl = NULL;
/external/v8/src/
H A Dfull-codegen.cc33 VariableDeclaration* decl) {
38 FunctionDeclaration* decl) {
43 ModuleDeclaration* decl) {
48 ImportDeclaration* decl) {
53 ExportDeclaration* decl) {
32 VisitVariableDeclaration( VariableDeclaration* decl) argument
37 VisitFunctionDeclaration( FunctionDeclaration* decl) argument
42 VisitModuleDeclaration( ModuleDeclaration* decl) argument
47 VisitImportDeclaration( ImportDeclaration* decl) argument
52 VisitExportDeclaration( ExportDeclaration* decl) argument
H A Dast.h3085 VariableDeclaration* decl = local
3087 VISIT_AND_RETURN(VariableDeclaration, decl)
3095 FunctionDeclaration* decl = local
3097 VISIT_AND_RETURN(FunctionDeclaration, decl)
3104 ModuleDeclaration* decl = local
3106 VISIT_AND_RETURN(ModuleDeclaration, decl)
3113 ImportDeclaration* decl = local
3115 VISIT_AND_RETURN(ImportDeclaration, decl)
3121 ExportDeclaration* decl = local
3123 VISIT_AND_RETURN(ExportDeclaration, decl)
[all...]
H A Dtyping.cc734 Declaration* decl = decls->at(i); local
735 RECURSE(Visit(decl));
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp10 // This file implements decl-related attribute processing.
48 /// isFunctionOrMethod - Return true if the given decl has function
54 /// \brief Return true if the given decl has function type (function or
60 /// Return true if the given decl has a declarator that should have
68 /// hasFunctionProto - Return true if the given decl has a argument
69 /// information. This decl should have already passed
1032 // Remember this typedef decl, we will need it later for diagnostics.
1481 // check for an existing decl?
2076 static void handleObjCMethodFamilyAttr(Sema &S, Decl *decl, argument
2078 ObjCMethodDecl *method = cast<ObjCMethodDecl>(decl);
5102 isForbiddenTypeAllowed(Sema &S, Decl *decl) argument
5116 handleDelayedForbiddenType(Sema &S, DelayedDiagnostic &diag, Decl *decl) argument
5248 PopParsingDeclaration(ParsingDeclState state, Decl *decl) argument
[all...]
/external/deqp/modules/glshared/
H A DglsDrawTest.cpp1512 sglr::pdec::ShaderProgramDeclaration decl; local
1515 decl << sglr::pdec::VertexAttribute(std::string("a_") + de::toString(arrayNdx), mapOutputType(arrays[arrayNdx]->getOutputType()));
1517 decl << sglr::pdec::VertexToFragmentVarying(rr::GENERICVECTYPE_FLOAT);
1518 decl << sglr::pdec::FragmentOutput(rr::GENERICVECTYPE_FLOAT);
1520 decl << sglr::pdec::VertexSource(genVertexSource(ctx, arrays));
1521 decl << sglr::pdec::FragmentSource(genFragmentSource(ctx));
1523 decl << sglr::pdec::Uniform("u_coordScale", glu::TYPE_FLOAT);
1524 decl << sglr::pdec::Uniform("u_colorScale", glu::TYPE_FLOAT);
1526 return decl;
/external/clang/bindings/python/tests/cindex/
H A Dtest_type.py97 decl = t.get_declaration()
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h156 /// decl(hasDeclContext(translationUnitDecl()))
258 const internal::VariadicAllOfMatcher<Decl> decl; member in namespace:clang::ast_matchers
2199 /// \brief Matches if the type location of the declarator decl's type matches
2757 /// forEachDescendant(declRefExpr(to(decl(equalsBoundNode("d"))))))
3295 auto IsInstantiation = decl(anyOf(recordDecl(isTemplateInstantiation()),
3297 return decl(anyOf(IsInstantiation, hasAncestor(IsInstantiation)));
3316 hasAncestor(decl(anyOf(recordDecl(isTemplateInstantiation()),
3991 /// constructorDecl(forEachConstructorInitializer(forField(decl().bind("x"))))
4031 /// decl(hasAttr(clang::attr::CUDADevice)) matches the function declaration of
/external/clang/lib/CodeGen/
H A DCGDecl.cpp165 llvm_unreachable("Unknown context for static var decl");
256 assert(isa<ObjCMethodDecl>(DC) && "unexpected parent code decl");
583 // children might be null; as in missing decl or conditional of an if-stmt.
590 static bool isAccessedBy(const ValueDecl *decl, const Expr *e) { argument
591 if (!decl) return false;
592 if (!isa<VarDecl>(decl)) return false;
593 const VarDecl *var = cast<VarDecl>(decl);
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DHTMLScanner.java556 h.decl(theOutputBuffer, 0, theSize);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
H A DObjC.stg858 <exceptions:{e|<catch(decl=e.decl,action=e.action)><\n>}>
886 catch(decl,action) ::= <<
887 @catch (<e.decl>) {
/external/clang/lib/AST/
H A DType.cpp712 /// an enum decl which has a signed representation
752 /// decl which has an unsigned representation
921 // A tagged type (struct/union/enum/class) is incomplete if the decl is a
1651 // Store the function decl from which we will resolve our
1660 // Store the function decl from which we will resolve our
1866 decl(const_cast<TagDecl*>(D)) {}
1868 static TagDecl *getInterestingTagDecl(TagDecl *decl) { argument
1869 for (auto I : decl->redecls()) {
1874 return decl;
1889 return getInterestingTagDecl(decl);
[all...]

Completed in 4914 milliseconds

1234567891011