Home
last modified time | relevance | path

Searched refs:decl (Results 301 - 325 of 527) sorted by relevance

1...<<11121314151617181920>>...22

/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/aes/
H A Daesni-mb-x86_64.s255 decl %edx
273 decl %edx
546 decl %edx
554 decl %edx
1032 decl %edx
1559 decl %edx
/third_party/node/deps/v8/src/torque/
H A Dtypes.cc406 StructType::StructType(Namespace* nspace, const StructDeclaration* decl, in StructType() argument
408 : AggregateType(Kind::kStructType, nullptr, nspace, decl->name->value, in StructType()
410 decl_(decl) { in StructType()
411 if (decl->flags & StructFlag::kExport) { in StructType()
516 const std::string& generates, const ClassDeclaration* decl, in ClassType()
522 decl_(decl), in ClassType()
514 ClassType(const Type* parent, Namespace* nspace, const std::string& name, ClassFlags flags, const std::string& generates, const ClassDeclaration* decl, const TypeAlias* alias) ClassType() argument
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/crypto/aes/
H A Daesni-mb-x86_64.s255 decl %edx
273 decl %edx
546 decl %edx
554 decl %edx
1032 decl %edx
1559 decl %edx
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/aes/
H A Daesni-mb-x86_64.s255 decl %edx
273 decl %edx
546 decl %edx
554 decl %edx
1032 decl %edx
1559 decl %edx
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp321 glu::VariableDeclaration decl (output.varType, outVarName, glu::STORAGE_OUT, glu::INTERPOLATION_LAST, glu::Layout(location)); in generateFragShaderOutputDecl()
331 decl.varType = uintType; in generateFragShaderOutputDecl()
332 src << decl << ";\n"; in generateFragShaderOutputDecl() local
340 decl.varType = intType; in generateFragShaderOutputDecl()
341 src << decl << ";\n"; in generateFragShaderOutputDecl() local
350 decl.varType = uintType; in generateFragShaderOutputDecl()
353 decl.name = outVarName + "_" + de::toString(vecNdx); in generateFragShaderOutputDecl()
354 decl.layout.location = location + vecNdx; in generateFragShaderOutputDecl()
355 src << decl << ";\n"; in generateFragShaderOutputDecl() local
359 src << decl << ";\ in generateFragShaderOutputDecl() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp321 glu::VariableDeclaration decl (output.varType, outVarName, glu::STORAGE_OUT, glu::INTERPOLATION_LAST, glu::Layout(location)); in generateFragShaderOutputDecl()
331 decl.varType = uintType; in generateFragShaderOutputDecl()
332 src << decl << ";\n"; in generateFragShaderOutputDecl() local
340 decl.varType = intType; in generateFragShaderOutputDecl()
341 src << decl << ";\n"; in generateFragShaderOutputDecl() local
350 decl.varType = uintType; in generateFragShaderOutputDecl()
353 decl.name = outVarName + "_" + de::toString(vecNdx); in generateFragShaderOutputDecl()
354 decl.layout.location = location + vecNdx; in generateFragShaderOutputDecl()
355 src << decl << ";\n"; in generateFragShaderOutputDecl() local
359 src << decl << ";\ in generateFragShaderOutputDecl() local
[all...]
/third_party/spirv-tools/test/val/
H A Dval_image_test.cpp888 const std::string decl = R"( in TEST_F() local
900 SPV_ENV_UNIVERSAL_1_5, "GLSL450", decl) in TEST_F()
914 const std::string decl = R"( in TEST_F() local
927 SPV_ENV_UNIVERSAL_1_5, "GLSL450", decl) in TEST_F()
941 const std::string decl = R"( in TEST_F() local
953 SPV_ENV_UNIVERSAL_1_5, "GLSL450", decl) in TEST_F()
966 const std::string decl = R"( in TEST_F() local
977 CompileSuccessfully(GenerateKernelCode(body, extra, decl).c_str()); in TEST_F()
990 const std::string decl = R"( in TEST_F() local
1001 CompileSuccessfully(GenerateKernelCode(body, extra, decl) in TEST_F()
1014 const std::string decl = R"( TEST_F() local
1040 const std::string decl = R"( TEST_F() local
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DMinimumBufferSizeValidationTests.cpp27 std::string decl; member
76 ostream << "[[block]] struct S" << index << " { " << b.decl << "};\n"; in GenerateBindingString()
/third_party/python/Lib/xmlrpc/
H A Dserver.py770 decl = title + argspec + (note and self.grey(
776 return '<dl><dt>%s</dt>%s</dl>\n' % (decl, doc)
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_hlsl.cpp2317 string decl; in emit_function_prototype() local
2322 decl += flags_to_qualifiers_glsl(type, return_flags); in emit_function_prototype()
2323 decl += type_to_glsl(type); in emit_function_prototype()
2324 decl += " "; in emit_function_prototype()
2329 decl = "void "; in emit_function_prototype()
2335 decl += "vert_main"; in emit_function_prototype()
2337 decl += "frag_main"; in emit_function_prototype()
2339 decl += "comp_main"; in emit_function_prototype()
2345 decl += to_name(func.self); in emit_function_prototype()
2347 decl in emit_function_prototype()
[all...]
/third_party/libabigail/src/
H A Dabg-comparison.cc577 if (decl_base_sptr decl = is_decl(first)) in is_diff_of_global_decls()
578 if (is_at_global_scope(decl)) in is_diff_of_global_decls()
579 if ((decl = is_decl(second))) in is_diff_of_global_decls()
580 if (is_at_global_scope(decl)) in is_diff_of_global_decls()
984 /// @param first the first decl to consider.
986 /// @param second the second decl to consider.
1079 /// @param first the first decl to consider.
1081 /// @param second the second decl to consider.
1828 /// @param first_subject the first decl (subject) of the diff.
1830 /// @param second_subject the second decl (subjec
6121 decl_base_sptr decl = deleted_member_at(i); ensure_lookup_tables_populated() local
6151 decl_base_sptr decl = inserted_member_at(i); ensure_lookup_tables_populated() local
[all...]
/kernel/linux/linux-5.10/arch/x86/math-emu/
H A Dwm_sqrt.S218 decl %eax
/kernel/linux/linux-6.6/arch/x86/math-emu/
H A Dwm_sqrt.S218 decl %eax
/third_party/ltp/tools/sparse/sparse-src/
H A Dcgcc130 return 1 if $arg =~ /^-W(no-?)?(address-space|bitwise|cast-to-as|cast-truncate|constant-suffix|context|decl|default-bitfield-sign|designated-init|do-while|enum-mismatch|external-function-has-definition|init-cstring|memcpy-max-count|non-pointer-null|old-initializer|one-bit-signed-bitfield|override-init-all|paren-string|ptr-subtraction-blows|return-void|sizeof-bool|sparse-all|sparse-error|transparent-union|typesign|undef|unknown-attribute)$/;
/third_party/python/Tools/c-analyzer/c_analyzer/
H A Dinfo.py106 # All the other decls have a single type decl.
205 def decl(self): member in Analyzed
207 raise AttributeError('decl')
/third_party/skia/src/sksl/ir/
H A DSkSLFunctionDefinition.cpp28 const FunctionDeclaration& decl, Block& body) { in append_rtadjust_fixup_to_vertex_main()
27 append_rtadjust_fixup_to_vertex_main(const Context& context, const FunctionDeclaration& decl, Block& body) append_rtadjust_fixup_to_vertex_main() argument
/third_party/skia/src/sksl/codegen/
H A DSkSLMetalCodeGenerator.h142 void writeVarDeclaration(const VarDeclaration& decl);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/bn/
H A Drsaz-avx2.s269 decl %r14d
505 decl %r14d
632 decl %r8d
1074 decl %r14d
1588 decl %eax
1705 decl %edx
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/bn/
H A Drsaz-avx2.s269 decl %r14d
505 decl %r14d
632 decl %r8d
1074 decl %r14d
1588 decl %eax
1705 decl %edx
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/bn/
H A Drsaz-avx2.s269 decl %r14d
505 decl %r14d
632 decl %r8d
1074 decl %r14d
1588 decl %eax
1705 decl %edx
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/crypto/bn/
H A Drsaz-avx2.s269 decl %r14d
505 decl %r14d
632 decl %r8d
1074 decl %r14d
1588 decl %eax
1705 decl %edx
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/crypto/bn/
H A Drsaz-avx2.s269 decl %r14d
505 decl %r14d
632 decl %r8d
1074 decl %r14d
1588 decl %eax
1705 decl %edx
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/crypto/bn/
H A Drsaz-avx2.s269 decl %r14d
505 decl %r14d
632 decl %r8d
1074 decl %r14d
1588 decl %eax
1705 decl %edx
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/bn/
H A Drsaz-avx2.s269 decl %r14d
505 decl %r14d
632 decl %r8d
1074 decl %r14d
1588 decl %eax
1705 decl %edx
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/bn/
H A Drsaz-avx2.s269 decl %r14d
505 decl %r14d
632 decl %r8d
1074 decl %r14d
1588 decl %eax
1705 decl %edx

Completed in 43 milliseconds

1...<<11121314151617181920>>...22