Home
last modified time | relevance | path

Searched defs:isDefined (Results 1 – 25 of 32) sorted by relevance

12

/external/swiftshader/third_party/subzero/src/
DIceConditionCodesMIPS32.h37 static bool isDefined(Cond C) { return C != kNone; } in isDefined() function
DIceConditionCodesARM32.h37 static bool isDefined(Cond C) { return C != kNone; } in isDefined() function
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue311/
DBooleanEnum.java41 boolean isDefined() { in isDefined() method in BooleanEnum
/external/perfetto/ui/src/trace_processor/
Dsql_utils.ts40 function isDefined<T>(t: T | undefined): t is T { function
/external/pdfium/fxjs/xfa/
Dcjx_datawindow.cpp68 void CJX_DataWindow::isDefined(v8::Isolate* pIsolate, in isDefined() function in CJX_DataWindow
/external/pytorch/torch/csrc/jit/passes/
Ddecompose_ops.cpp24 static std::optional<bool> isDefined(Value* tensor) { in isDefined() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DMCSymbol.h248 bool isDefined() const { return !isUndefined(); } in isDefined() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbol.h241 bool isDefined() const { return !isUndefined(); } in isDefined() function
/external/angle/src/compiler/translator/
DSymbol.h318 bool isDefined() const { return defined; } in isDefined() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h66 bool isDefined() const { return !isUndefined(); } in isDefined() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
DWasm.h67 bool isDefined() const { return !isUndefined(); } in isDefined() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
DHexagonVectorLoopCarriedReuse.cpp153 bool isDefined() { return Inst2Replace != nullptr; } in isDefined() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonVectorLoopCarriedReuse.cpp254 bool isDefined() { return Inst2Replace != nullptr; } in isDefined() function
/external/clang/include/clang/Lex/
DMacroInfo.h397 bool isDefined() const { in isDefined() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h125 bool isDefined() const { return static_cast<bool>(IsDefined); } in isDefined() function
397 bool isDefined() const { in isDefined() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h129 bool isDefined() const { return static_cast<bool>(IsDefined); } in isDefined() function
494 bool isDefined() const { in isDefined() function
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp947 bool isDefined; member in deqp::egl::GLES2ThreadTest::Texture
1257 bool isDefined; member in deqp::egl::GLES2ThreadTest::Buffer
1424 bool isDefined; member in deqp::egl::GLES2ThreadTest::Shader
/external/deqp-deps/glslang/glslang/MachineIndependent/
DSymbolTable.h306 virtual bool isDefined() const { return defined; } in isDefined() function
/external/angle/third_party/glslang/src/glslang/MachineIndependent/
DSymbolTable.h306 virtual bool isDefined() const { return defined; } in isDefined() function
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/text/cea/
DCea708Decoder.java1003 public boolean isDefined() { in isDefined() method in Cea708Decoder.CueInfoBuilder
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/text/cea/
DCea708Decoder.java1001 public boolean isDefined() { in isDefined() method in Cea708Decoder.CueInfoBuilder
/external/clang/include/clang/AST/
DDeclObjC.h424 bool isDefined() const { return IsDefined; } in isDefined() function
425 void setDefined(bool isDefined) { IsDefined = isDefined; } in setDefined()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDIBuilder.cpp644 bool isDefined, DIExpression *Expr, in createGlobalVariableExpression()
/external/clang/lib/AST/
DDeclObjC.cpp754 bool isPropertyAccessor, bool isImplicitlyDeclared, bool isDefined, in Create()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DDIBuilder.cpp742 unsigned LineNumber, DIType *Ty, bool IsLocalToUnit, bool isDefined, in createGlobalVariableExpression()

12