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

<<11121314151617181920>>

  /external/v8/src/asmjs/
asm-wasm-builder.cc 111 void VisitVariableDeclaration(VariableDeclaration* decl) {}
113 void VisitFunctionDeclaration(FunctionDeclaration* decl) {
116 current_function_builder_ = LookupOrInsertFunction(decl->proxy()->var());
118 RECURSE(Visit(decl->fun()));
    [all...]
  /prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/
tagsoup-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/
tagsoup-1.2.1.jar 
  /external/v8/src/compiler/
ast-graph-builder.cc     [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslGrammar.cpp 1412 bool decl = false; local
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 123 typedef internal::Matcher<Decl> DeclarationMatcher;
156 /// decl(hasDeclContext(translationUnitDecl()))
158 const internal::VariadicDynCastAllOfMatcher<Decl, TranslationUnitDecl>
170 const internal::VariadicDynCastAllOfMatcher<Decl, TypedefDecl> typedefDecl;
181 const internal::VariadicDynCastAllOfMatcher<Decl, TypedefNameDecl>
193 const internal::VariadicDynCastAllOfMatcher<Decl, TypeAliasDecl> typeAliasDecl;
208 /// Usable as: Matcher<Decl>, Matcher<Stmt>, Matcher<TypeLoc>
210 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc)) {
229 /// Usable as: Matcher<Decl>, Matcher<Stmt>, Matcher<TypeLoc>
231 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc))
283 const internal::VariadicAllOfMatcher<Decl> decl; member in namespace:clang::ast_matchers
    [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 10 // This contains code to emit Decl nodes as LLVM code.
23 #include "clang/AST/Decl.h"
38 void CodeGenFunction::EmitDecl(const Decl &D) {
40 case Decl::BuiltinTemplate:
41 case Decl::TranslationUnit:
42 case Decl::ExternCContext:
43 case Decl::Namespace:
44 case Decl::UnresolvedUsingTypename:
45 case Decl::ClassTemplateSpecialization:
46 case Decl::ClassTemplatePartialSpecialization
    [all...]
  /external/clang/lib/Tooling/Core/
QualTypeNames.cpp 66 const ASTContext &Ctx, const Decl *decl,
112 // we need the information for the template instance decl.
202 static NestedNameSpecifier *createOuterNNS(const ASTContext &Ctx, const Decl *D,
256 // Find decl context.
281 const ASTContext &Ctx, const Decl *Decl,
283 assert(Decl);
285 const DeclContext *DC = Decl->getDeclContext()->getRedeclContext();
303 Decl = *(ClassTempl->spec_begin())
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineSpecConstantTests.cpp 256 std::string decl = it->declarationCode; local
257 const std::string::size_type pos = decl.find("${ID}");
259 decl.replace(pos, 5, de::toString(it->specID));
260 code << decl << "\n"; local
    [all...]
  /external/fec/
ssebfly29.s 37 decl %eax
  /external/llvm/test/MC/X86/
x86-32.s 694 // CHECK: decl %eax # encoding: [0x48]
695 decl %eax
  /external/swiftshader/third_party/LLVM/test/MC/X86/
x86-32.s 597 // CHECK: decl %eax # encoding: [0x48]
598 decl %eax
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLScanner.java 556 h.decl(theOutputBuffer, 0, theSize);
  /external/v8/tools/clang/rewrite_scoped_refptr/
RewriteScopedRefptr.cpp 36 const internal::VariadicDynCastAllOfMatcher<Decl, CXXConversionDecl>
349 unless(hasAncestor(decl(anyOf(is_logging_helper, is_gtest_helper,
  /external/deqp/modules/glshared/
glsDrawTest.cpp 1493 sglr::pdec::ShaderProgramDeclaration decl; local
    [all...]
  /art/compiler/utils/x86/
assembler_x86.h 632 void decl(Register reg);
633 void decl(const Address& address);
  /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/syslinux/core/lzo/
lzo1x_d.ash 199 decl %ecx
  /external/v8/src/crankshaft/
typing.cc 783 for (Declaration* decl : *decls) {
784 RECURSE(Visit(decl));
  /system/tools/aidl/
generate_cpp.cpp 169 BuildArgList(types, method, true /* for method decl */),
191 unique_ptr<CppNamespace> NestInNamespaces(unique_ptr<Declaration> decl,
194 decls.push_back(std::move(decl));
259 ArgList{BuildArgList(types, method, true /* for method decl */)}}};
476 BuildArgList(types, method, false /* not for method decl */)));
  /prebuilts/go/darwin-x86/src/go/printer/
nodes.go 1098 p.decl(s.Decl)
1626 func (p *printer) decl(decl ast.Decl) { func
    [all...]
  /prebuilts/go/darwin-x86/src/go/printer/testdata/
parser.go 125 func (p *parser) declare(decl interface{}, scope *ast.Scope, kind ast.ObjKind, idents ...*ast.Ident) {
132 obj.Decl = decl
    [all...]
  /prebuilts/go/linux-x86/src/go/printer/
nodes.go 1098 p.decl(s.Decl)
1626 func (p *printer) decl(decl ast.Decl) { func
    [all...]
  /prebuilts/go/linux-x86/src/go/printer/testdata/
parser.go 125 func (p *parser) declare(decl interface{}, scope *ast.Scope, kind ast.ObjKind, idents ...*ast.Ident) {
132 obj.Decl = decl
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c     [all...]

Completed in 1060 milliseconds

<<11121314151617181920>>