Home
last modified time | relevance | path

Searched defs:isVoid (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/tests/cases/compiler/
Dliterals-negative.ts7 function isVoid() : void { } function
/third_party/typescript/tests/baselines/reference/
Dliterals-negative.js20 function isVoid() { } function
DunionAndIntersectionInference1.js109 function isVoid(value) { function
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/
DunionAndIntersectionInference1.ts21 function isVoid<a>(value: void | a): value is void { function
/third_party/vk-gl-cts/framework/randomshaders/
DrsgVariableType.hpp164 bool isVoid (void) const { return m_baseType == TYPE_VOID; } in isVoid() function in rsg::VariableType
/third_party/skia/src/sksl/ir/
DSkSLType.h420 bool isVoid() const { in isVoid() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMachineValueType.h214 isVoid = 132, // This has no value enumerator