HomeSort by relevance Sort by last modified time
    Searched defs:IsVoid (Results 1 - 5 of 5) sorted by null

  /art/libdexfile/dex/
signature.cc 55 bool Signature::IsVoid() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
CallSiteSplitting.cpp 241 bool IsVoid = SplitBB->getParent()->getReturnType()->isVoidTy();
255 cloneInstForMustTail(RI, TI, IsVoid ? nullptr : V);
  /external/v8/src/torque/
types.h 89 bool IsVoid() const { return IsAbstractName(VOID_TYPE_STRING); }
95 bool IsVoidOrNever() const { return IsVoid() || IsNever(); }
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 637 bool IsVoid = FuncTy->getReturnType()->isVoidTy();
639 if (IsVoid) {
700 if (!IsVoid)
711 if (!IsVoid)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 742 bool IsVoid = FuncTy->getReturnType()->isVoidTy();
744 if (IsVoid) {
833 if (!IsVoid)
848 if (!IsVoid)
    [all...]

Completed in 318 milliseconds