Home
last modified time | relevance | path

Searched defs:declare (Results 1 - 24 of 24) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DtaggedTemplateStringsWithTagNamedDeclare.js2 function declare(x: any, ...ys: any[]) { function
H A DtaggedTemplateStringsWithTagNamedDeclareES6.js2 function declare(x: any, ...ys: any[]) { function
H A DasiPreventsParsingAsInterface04.js2 var declare: boolean, interface: number, I: string; variable
10 var declare, interface, I; variable
H A DdeclareIdentifierAsBeginningOfStatementExpression01.js5 var declare: any; variable
15 var declare; variable
H A DdynamicNames.js[all...]
H A DasiPreventsParsingAsAmbientExternalModule01.js2 var declare: number; variable
11 var declare; variable
H A DramdaToolsNoInfinite.js
H A DasiPreventsParsingAsAmbientExternalModule02.js2 var declare: number; variable
13 var declare; variable
H A DcontextSensitiveReturnTypeInference.js
H A DdeclarationEmitPathMappingMonorepo.js
H A DmodifierParenCast.js19 var declare = undefined; variable
H A DconvertKeywordsYes.js21 var declare = 0; variable
327 var declare = 0; variable
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Degl_functions.h23 #define declare(a, b) extern a b; macro
36 #undef declare macro
H A Dgl_functions.h25 #define declare(a, b) extern a b; macro
73 #define declare global() macro
263 #undef declar global() macro
[all...]
H A Dwgl_state.cpp26 #define declare(a, b) a b = nullptr; macro
507 #define declare(a, b) \ in GlInitialize() macro
517 #undef declare in GlInitialize() macro
H A Degl_state.cpp66 #define declare(a, b) a b = nullptr; macro
68 #define declare(a, b) a b = nullptr; macro
788 #define declare(a, b) \ in GlInitialize() macro
797 #define declare(a, b) \ in GlInitialize() macro
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgShaderGenerator.cpp279 bool declare = !deStringBeginsWith(name, "gl_"); // Do not declare built-in types. in generate() local
H A DrsgVariableManager.cpp129 void VariableScope::declare (Variable* variable) in declare() function in rsg::VariableScope
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DSymbolTable.cpp316 bool TSymbolTable::declare(TSymbol *symbol) in declare() function in sh::TSymbolTable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUserDefinedIO.cpp270 std::string Variable::declare (void) const in declare() function in vkt::tessellation::__anon28863::Variable
351 std::string IOBlock::declare (void) const in declare() function in vkt::tessellation::__anon28863::IOBlock
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DSymbolTable.h336 bool declare(TSymbol *symbol) in declare() function in TSymbolTable
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationUserDefinedIO.cpp270 std::string Variable::declare (void) const in declare() function in vkt::tessellation::__anon30012::Variable
351 std::string IOBlock::declare (void) const in declare() function in vkt::tessellation::__anon30012::IOBlock
[all...]
/third_party/vk-gl-cts/framework/opengl/
H A DgluVarType.hpp327 inline decl::DeclareStructTypePtr declare (const StructType* structPtr, int indentLevel = 0) { return decl::DeclareStructTypePtr (structPtr, indentLevel); } in declare() function
328 inline decl::DeclareStructType declare (const StructType& structType, int indentLevel = 0) { return decl::DeclareStructType (structType, indentLevel); } in declare() function
329 inline decl::DeclareVariable declare (const VarType& varType, const std::string& name, int indentLevel = 0) { return decl::DeclareVariable (varType, name, indentLevel); } in declare() function
/third_party/python/Tools/clinic/
H A Dclinic.py3842 def declare(self, data, name="_return_value"): member in CReturnConverter

Completed in 20 milliseconds