Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp243 bool IsVoid = SplitBB->getParent()->getReturnType()->isVoidTy(); in copyMustTailReturn() local
257 cloneInstForMustTail(RI, TI, IsVoid ? nullptr : V); in copyMustTailReturn()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp773 bool IsVoid = FuncTy->getReturnType()->isVoidTy(); in selectCall() local
775 if (!IsVoid) { in selectCall()
864 if (!IsVoid) in selectCall()
904 if (!IsVoid) in selectCall()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTokenKinds.def537 TYPE_TRAIT_1(__is_void, IsVoid, KEYCXX)