Home
last modified time | relevance | path

Searched defs:IsReturn (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/tint/src/ast/
Dreturn_statement_test.cc40 TEST_F(ReturnStatementTest, IsReturn) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86VZeroUpper.cpp204 bool IsReturn = MI.isReturn(); in processBasicBlock() local
/third_party/spirv-tools/source/opt/
Dbasic_block.h207 bool IsReturn() const { return ctail()->IsReturn(); } in IsReturn() function
Dinstruction.h504 bool IsReturn() const { return spvOpcodeIsReturn(opcode()); } in IsReturn() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dbasic_block.h207 bool IsReturn() const { return ctail()->IsReturn(); } in IsReturn() function
Dinstruction.h488 bool IsReturn() const { return spvOpcodeIsReturn(opcode()); } in IsReturn() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dbasic_block.h207 bool IsReturn() const { return ctail()->IsReturn(); } in IsReturn() function
Dinstruction.h488 bool IsReturn() const { return spvOpcodeIsReturn(opcode()); } in IsReturn() function
/third_party/node/deps/v8/src/debug/
Ddebug.h74 bool IsReturn() const { return type_ == DEBUG_BREAK_SLOT_AT_RETURN; } in IsReturn() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp645 bool IsReturn = (MBB->succ_size() == 0); in isReturnBlock() local