Home
last modified time | relevance | path

Searched defs:temporary (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-emplace-ignore-implicit-constructors.cpp85 Something temporary(42, 42); in test_Something() local
H A Duse-emplace.cpp401 Something temporary(42, 42); in test_Something() local
/llvm-project/mlir/lib/Target/LLVMIR/
H A DDebugTranslation.cpp262 auto temporary = translateTemporaryImpl(attr); translateRecursive() local
/llvm-project/clang/lib/CodeGen/
H A DCGCall.h319 addWriteback(LValue srcLV,Address temporary,llvm::Value * toUse) addWriteback() argument
/llvm-project/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp1719 void temporary() { temporary() function