Home
last modified time | relevance | path

Searched refs:ReturnFalse (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp324 std::pair<Value *, int64_t> ReturnFalse = in getVarAndConst() local
330 return ReturnFalse; in getVarAndConst()
340 return ReturnFalse; in getVarAndConst()
345 return ReturnFalse; in getVarAndConst()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp8149 StmtResult ReturnFalse = S.BuildReturnStmt(Loc, False.get()); in buildIfNotCondReturnFalse() local
8150 if (ReturnFalse.isInvalid()) in buildIfNotCondReturnFalse()
8156 Loc, ReturnFalse.get(), SourceLocation(), nullptr); in buildIfNotCondReturnFalse()