Home
last modified time | relevance | path

Searched defs:kind (Results 1 - 25 of 772) sorted by relevance

12345678910>>...31

/third_party/typescript/tests/baselines/reference/
H A DstringLiteralTypesAsTags01.js[all...]
H A DstringLiteralTypesAsTags02.js[all...]
H A DstringLiteralTypesAsTags03.js[all...]
H A DdiscriminatedUnionErrorMessage.js
H A DreturnTypeInferenceNotTooBroad.js[all...]
H A DarrayDestructuringInSwitch2.js
H A DcontextuallyTypedByDiscriminableUnion.js
H A Denums.js47 var kind; variable
/third_party/libabigail/tests/data/test-read-ctf/
H A Dtest-bitfield-enum.c9 enum event_kind kind : 16; member
/third_party/json/docs/examples/
H A Djson_lines.cpp14 {"name": "Deloise", "wins": [["three of a kind", "5♣"]]} in main() local
/third_party/node/deps/v8/src/objects/
H A Dcode-kind.cc10 const char* CodeKindToString(CodeKind kind) { in CodeKindToString() argument
21 const char* CodeKindToMarker(CodeKind kind) { in CodeKindToMarker() argument
/third_party/skia/third_party/externals/tint/src/sem/
H A Dsampler_type.cc24 Sampler::Sampler(ast::SamplerKind kind) : kind_(kind) {} in Sampler() argument
H A Dsampler_type.h37 ast::SamplerKind kind() const { return kind_; } in kind() function in tint::sem::Sampler
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A DmetaProperty.h35 explicit MetaProperty(MetaPropertyKind const kind) : Expression(AstNodeType::META_PROPERTY_EXPRESSION), kind_(kind) in MetaProperty() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dtarget_machine.h31 TargetMachine(TargetKind kind) : kind(kind) {} in TargetMachine() argument
58 TargetKind kind; member in maplebe::TargetMachine
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Djit_signcode.cpp32 void JitSignCode::SetKind(int kind) in SetKind() argument
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DmetaPropertyBuilder.h29 MetaPropertyBuilder &SetKind(MetaProperty::MetaPropertyKind kind) in SetKind() argument
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DvariableDeclaration.cpp35 const char *kind = nullptr; in Dump() local
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DmetaProperty.cpp28 const char *kind = nullptr; in Dump() local
/arkcompiler/ets_frontend/es2panda/parser/program/
H A Dprogram.cpp93 void Program::SetKind(ScriptKind kind) in SetKind() argument
/third_party/mesa3d/src/glx/windows/
H A Dxwindowsdri.h38 int kind; /* subtype of event */ member
/third_party/node/deps/v8/src/compiler/
H A Dwrite-barrier-kind.h26 inline size_t hash_value(WriteBarrierKind kind) { in hash_value() argument
30 inline std::ostream& operator<<(std::ostream& os, WriteBarrierKind kind) { in operator <<() argument
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dcomment.rs24 fn kind(comment: &str) -> Option<Kind> { in kind() functions
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsection.h26 DebugSubsectionKind kind() const { return Kind; } in kind() function in llvm::codeview::DebugSubsectionRef
39 DebugSubsectionKind kind() const { return Kind; } in kind() function in llvm::codeview::DebugSubsection
/third_party/skia/third_party/externals/tint/src/ast/
H A Dsampler.h64 const SamplerKind kind; member in tint::ast::Sampler

Completed in 5 milliseconds

12345678910>>...31