/llvm-project/clang/test/Analysis/inlining/ |
H A D | ObjCImproperDynamictallyDetectableCast.m | 17 - (int)getZero; method 20 - (int)getZero { return 0; } method 24 - (int)getZero; method 28 - (int)getZero { return 1; } method
|
H A D | ObjCDynTypePopagation.m | 13 - (int)getZero { method 87 - (int)getZero; method 95 - (int)getZero { method
|
H A D | DynDispatchBifurcate.m | 6 - (int)getZero; method 9 - (int)getZero { method 68 - (int)getZero; method 94 - (int)getZero { method
|
H A D | path-notes.c | 56 int *getZero(void) { in getZero() function
|
H A D | path-notes.cpp | 159 int getZero() { in getZero() function
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | BranchProbability.h | 49 static BranchProbability getZero() { return BranchProbability(0); } in getZero() function
|
H A D | TypeSize.h | 351 static constexpr TypeSize getZero() { return TypeSize(0, false); } in getZero() function
|
H A D | ScaledNumber.h | 521 static ScaledNumber getZero() { return ScaledNumber(0, 0); } in getZero() function
|
/llvm-project/clang/test/Analysis/ |
H A D | edges-new.mm | 359 int *getZero() { function
|
H A D | inline.cpp | 19 int getZero() { return 0; } in getZero() function in A
|
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | DecomposeLinalgOps.cpp | 132 static Value getZero(OpBuilder &b, Location loc, Type elementType) { in getZero() function
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | APInt.h | 180 static APInt getZero(unsigned numBits) { return APInt(numBits, 0); } getZero() function
|
/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
H A D | CoverageMapping.h | 146 static Counter getZero() { return Counter(); } getZero() function
|
/llvm-project/mlir/lib/Dialect/SPIRV/IR/ |
H A D | SPIRVOps.cpp | 665 spirv::ConstantOp spirv::ConstantOp::getZero(Type type, Location loc, in getZero() function in spirv::ConstantOp
|
/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 1038 Constant *ConstantFP::getZero(Type *Ty, bool Negative) { getZero() function in ConstantFP
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 2888 HexagonTargetLowering::getZero(const SDLoc &dl, MVT Ty, SelectionDAG &DAG) getZero() function in HexagonTargetLowering
|
/llvm-project/llvm/unittests/ADT/ |
H A D | APFloatTest.cpp | 2112 TEST(APFloatTest,getZero) TEST() argument [all...] |
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 279 static constexpr Immediate getZero() { return {0, false}; } getZero() function in __anona2fcd8e70111::Immediate
|