HomeSort by relevance Sort by last modified time
    Searched defs:decl (Results 101 - 125 of 321) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ipa-prop.h 298 tree decl; member in struct:ipa_param_descriptor
356 return info->descriptors[i].decl;
562 non-default-def ssa names when a parm decl is going away. */
function.h 533 tree decl;
647 /* Add the decl D to the local_decls list of FUN. */
684 entry is a referenced type, and the value is the DECL of the global
532 tree decl; variable
  /system/tools/aidl/
generate_java_binder.cpp 314 IntConstant* decl = new IntConstant(constant.GetName(), constant.GetValue()); local
315 interface->elements.push_back(decl);
320 StringConstant* decl = new StringConstant(constant.GetName(), local
322 interface->elements.push_back(decl);
327 std::unique_ptr<Method> decl(new Method);
328 decl->comment = method.GetComments();
329 decl->modifiers = PUBLIC;
330 decl->returnType = method.GetType().GetLanguageType<Type>();
331 decl->returnTypeDimension = method.GetType().IsArray() ? 1 : 0;
332 decl->name = method.GetName()
696 Method* decl = generate_interface_method(method, types).release(); local
    [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xsom/xsom/20140925/
xsom-20140925.jar 
  /external/clang/tools/libclang/
CXCursor.cpp 22 #include "clang/AST/Decl.h"
69 CXCursor cxcursor::MakeCXCursor(const Attr *A, const Decl *Parent,
76 CXCursor cxcursor::MakeCXCursor(const Decl *D, CXTranslationUnit TU,
105 CXCursor cxcursor::MakeCXCursor(const Stmt *S, const Decl *Parent,
897 CXCursor cxcursor::MakeCursorOverloadedDeclRef(const Decl *D,
931 const Decl *cxcursor::getCursorDecl(CXCursor Cursor) {
932 return static_cast<const Decl *>(Cursor.data[0]);
952 const Decl *cxcursor::getCursorParentDecl(CXCursor Cursor) {
953 return static_cast<const Decl *>(Cursor.data[0]);
1346 const Decl *decl = getCursorDecl(cursor); local
    [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/deqp/framework/opengl/
gluVarType.hpp 285 namespace decl namespace in namespace:glu
320 std::ostream& operator<< (std::ostream& str, const DeclareStructTypePtr& decl);
321 std::ostream& operator<< (std::ostream& str, const DeclareStructType& decl);
322 std::ostream& operator<< (std::ostream& str, const DeclareVariable& decl);
324 } // decl
326 inline decl::Indent indent (int indentLevel) { return decl::Indent(indentLevel); }
327 inline decl::DeclareStructTypePtr declare (const StructType* structPtr, int indentLevel = 0) { return decl::DeclareStructTypePtr (structPtr, indentLevel); }
328 inline decl::DeclareStructType declare (const StructType& structType, int indentLevel = 0) { return dec (…)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureUnitTests.cpp 175 sglr::pdec::ShaderProgramDeclaration decl; local
177 decl << sglr::pdec::VertexAttribute("a_position", rr::GENERICVECTYPE_FLOAT);
178 decl << sglr::pdec::VertexAttribute("a_coord", rr::GENERICVECTYPE_FLOAT);
179 decl << sglr::pdec::VertexToFragmentVarying(rr::GENERICVECTYPE_FLOAT);
180 decl << sglr::pdec::FragmentOutput(rr::GENERICVECTYPE_FLOAT);
187 decl << sglr::pdec::Uniform(samplerName, (unitTypes[ndx] == GL_TEXTURE_2D) ? (glu::TYPE_SAMPLER_2D) : (glu::TYPE_SAMPLER_CUBE));
188 decl << sglr::pdec::Uniform(transformationName, glu::TYPE_FLOAT_MAT3);
191 decl << sglr::pdec::VertexSource("attribute highp vec4 a_position;\n"
200 decl << sglr::pdec::FragmentSource(generateMultiTexFragmentShader(numUnits, unitTypes));
202 return decl;
    [all...]
  /external/deqp/modules/glshared/
glsVertexArrayTests.cpp 1125 sglr::pdec::ShaderProgramDeclaration decl; local
1128 decl << sglr::pdec::VertexAttribute(std::string("a_") + de::toString(arrayNdx), mapOutputType(arrays[arrayNdx]->getOutputType()));
1130 decl << sglr::pdec::VertexToFragmentVarying(rr::GENERICVECTYPE_FLOAT);
1131 decl << sglr::pdec::FragmentOutput(rr::GENERICVECTYPE_FLOAT);
1133 decl << sglr::pdec::VertexSource(genVertexSource(ctx, arrays));
1134 decl << sglr::pdec::FragmentSource(genFragmentSource(ctx));
1136 decl << sglr::pdec::Uniform("u_coordScale", glu::TYPE_FLOAT);
1137 decl << sglr::pdec::Uniform("u_colorScale", glu::TYPE_FLOAT);
1139 return decl;
    [all...]
  /external/javassist/src/main/javassist/compiler/
Parser.java 344 /* for.statement : FOR "(" decl.or.expr expression ";" expression ")"
617 Stmnt decl = null; local
619 decl = (Stmnt)ASTList.concat(decl,
620 new Stmnt(DECL, parseDeclarator(tbl, d)));
623 return decl;
646 Declarator decl = d.make(symbol, dim, init); local
647 tbl.append(name, decl);
648 return decl;
1221 Declarator decl; local
    [all...]
  /external/llvm/test/MC/X86/
x86-64.s 1038 decl %eax // CHECK: decl %eax # encoding: [0xff,0xc8] label
    [all...]
  /external/mesa3d/src/gallium/auxiliary/nir/
tgsi_to_nir.c 243 struct tgsi_full_declaration *decl = &c->token->FullDeclaration; local
244 unsigned array_size = decl->Range.Last - decl->Range.First + 1;
245 unsigned file = decl->Declaration.File;
249 if (decl->Declaration.Array) {
255 var->name = ralloc_asprintf(var, "arr_%d", decl->Array.ArrayID);
265 c->temp_regs[decl->Range.First + i].reg = NULL;
266 c->temp_regs[decl->Range.First + i].var = var;
267 c->temp_regs[decl->Range.First + i].offset = i;
273 c->temp_regs[decl->Range.First + i].reg = reg
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_context.h 134 * decl, tex, and ALU instructions.
177 GLuint *decl; /* Cursor, points into declarations. member in struct:i915_fragment_program
180 GLuint decl_s; /* flags for which s regs need to be decl'd */
181 GLuint decl_t; /* flags for which t regs need to be decl'd */
  /external/selinux/libsepol/src/
write.c 1987 avrule_decl_t *decl; local
    [all...]
  /external/skia/src/sksl/
SkSLParser.cpp 92 std::unique_ptr<ASTDeclaration> decl = this->directive(); local
93 if (decl) {
94 result.push_back(std::move(decl));
106 std::unique_ptr<ASTDeclaration> decl = this->declaration(); local
107 if (!decl) {
110 result.push_back(std::move(decl));
435 std::unique_ptr<ASTVarDeclarations> decl = this->varDeclarations(); local
436 if (!decl) {
439 for (const auto& var : decl->fVars) {
440 auto type = (const Type*) fTypes[decl->fType->fName]
954 auto decl = this->varDeclarations(); local
962 auto decl = this->varDeclarations(); local
1019 std::unique_ptr<ASTVarDeclarations> decl = this->varDeclarations(); local
    [all...]
  /external/skqp/src/sksl/
SkSLParser.cpp 92 std::unique_ptr<ASTDeclaration> decl = this->directive(); local
93 if (decl) {
94 result.push_back(std::move(decl));
106 std::unique_ptr<ASTDeclaration> decl = this->declaration(); local
107 if (!decl) {
110 result.push_back(std::move(decl));
435 std::unique_ptr<ASTVarDeclarations> decl = this->varDeclarations(); local
436 if (!decl) {
439 for (const auto& var : decl->fVars) {
440 auto type = (const Type*) fTypes[decl->fType->fName]
954 auto decl = this->varDeclarations(); local
962 auto decl = this->varDeclarations(); local
1019 std::unique_ptr<ASTVarDeclarations> decl = this->varDeclarations(); local
    [all...]
  /external/swiftshader/third_party/LLVM/test/MC/X86/
x86-64.s 901 decl %eax // CHECK: decl %eax # encoding: [0xff,0xc8] label
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLScanner.java 556 h.decl(theOutputBuffer, 0, theSize);
  /external/v8/tools/clang/rewrite_to_chrome_style/
RewriteToChromeStyle.cpp 157 for (clang::NamedDecl* decl : Node.decls()) {
158 if (!InnerMatcher.matches(*decl, Finder, Builder))
165 const clang::FunctionDecl& decl) {
166 decl.getLocStart().print(os, decl.getASTContext().getSourceManager());
168 decl.getNameForDiagnostic(os, decl.getASTContext().getPrintingPolicy(), true);
173 const clang::CXXMethodDecl& decl,
180 for (auto it = decl.begin_overridden_methods();
181 it != decl.end_overridden_methods(); ++it)
220 PrintForDiagnostics(llvm::errs(), decl); local
451 auto* decl = declref->getDecl(); local
980 const DeclNode* decl = result.Nodes.getNodeAs<DeclNode>("decl"); variable
981 assert(decl); variable
    [all...]
  /tools/dexter/slicer/export/slicer/
dex_ir.h 180 std::string Decl() const;
211 FieldDecl* decl; member in struct:ir::EncodedField
249 MethodDecl* decl; member in struct:ir::EncodedMethod
  /art/compiler/utils/x86/
assembler_x86.cc 2278 void X86Assembler::decl(Register reg) { function in class:art::x86::X86Assembler
2284 void X86Assembler::decl(const Address& address) { function in class:art::x86::X86Assembler
    [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/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/deqp/external/openglcts/modules/gles31/
es31cLayoutBindingTests.cpp 1304 String decl = buildUniformDecl(String(getTestParameters().keyword), buildLayout(String()), local
1351 String decl = local
1449 String decl = local
1491 String decl = local
1533 String decl = local
1590 String decl = local
1652 String decl = local
1718 String decl = local
1783 String decl = buildUniformDecl(String(getTestParameters().keyword), buildLayout(1), local
1828 String decl; local
1922 String decl = local
2157 String decl = local
2172 String decl = local
2362 String decl = local
2876 String decl = local
2891 String decl = local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperation.cpp 3084 std::ostringstream decl; local
    [all...]

Completed in 889 milliseconds

1 2 3 45 6 7 8 91011>>