Home
last modified time | relevance | path

Searched defs:placeholder (Results 1 – 16 of 16) sorted by relevance

/llvm-project/cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/limit_steps/
H A Dlimit_steps_same_line_conditional.cpp11 int placeholder; in main() local
H A Dlimit_steps_overlapping_ranges.cpp11 int placeholder; in main() local
/llvm-project/mlir/lib/TableGen/
H A DFormat.cpp31 FmtContext &FmtContext::addSubst(StringRef placeholder, const Twine &subst) { in addSubst()
126 auto placeholder = FmtContext::getPlaceHolderKind(fmt.substr(1, end - 1)); in splitFmtSegment() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Davoid-bind-permissive-parameter-list.cpp47 struct placeholder {}; struct
H A Davoid-bind.cpp78 struct placeholder {}; struct
/llvm-project/mlir/include/mlir/TableGen/
H A DFormat.h116 FmtContext::PHKind placeholder = FmtContext::PHKind::None; member
/llvm-project/mlir/lib/Target/LLVMIR/
H A DDebugTranslation.cpp255 __anonafe22ded0102(llvm::DIType *placeholder) translateRecursive() argument
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-bind.cpp333 template<int N> struct placeholder { }; struct
/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp535 alignas(RootRegions) static char placeholder[sizeof(RootRegions)]; GetRootRegionsLocked() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Utils/
H A DMerger.cpp1566 Operation *placeholder = rewriter.create<arith::ConstantIndexOp>(loc, 0); in insertYieldOp() local
/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp80 if (const BuiltinType *placeholder = CastOperation() local
H A DSemaOverload.cpp1113 if (const BuiltinType *placeholder = E->getType()->getAsPlaceholderType()) { checkPlaceholderForOverload() local
[all...]
H A DSemaExpr.cpp6030 const BuiltinType *placeholder = dyn_cast<BuiltinType>(type); isPlaceholderToRemoveAsArg() local
[all...]
/llvm-project/clang/test/SemaCXX/
H A Dcoroutines.cpp546 namespace placeholder { global() namespace
/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1599 registerCurrentAddrPrivate(llvm::Constant * signal,llvm::GlobalValue * placeholder) registerCurrentAddrPrivate() argument
[all...]
/llvm-project/clang-tools-extra/clangd/
H A DProtocol.h1444 std::string placeholder; global() member