Home
last modified time | relevance | path

Searched refs:RetVoid (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/lib/AST/Interp/
DInterp.cpp56 static bool RetVoid(InterpState &S, CodePtr &PC, APValue &Result) { in RetVoid() function
DOpcodes.td138 def RetVoid : Opcode {
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_builder_mixin.h381 llvm::Value* RetVoid(Args&&... args) { in RetVoid() function