Home
last modified time | relevance | path

Searched defs:conv (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/macosx/lc-note/kern-ver-str/
H A Dcreate-empty-corefile.cpp30 uint64_buf conv; in add_uint64() local
39 uint32_buf conv; in add_uint32() local
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dcondition.cpp71 switch (ConvertibleToInt conv = ConvertibleToInt()) { in switch_destruct() local
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_suppressions.cpp67 static const char *conv(ReportType typ) { in conv() function
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_suppressions.cpp67 static const char *conv(ReportType typ) { in conv() function
/llvm-project-15.0.7/lldb/test/API/lang/cpp/class_types/
H A Dmain.cpp113 Conversion conv(1); in main() local
/llvm-project-15.0.7/lldb/test/API/macosx/lc-note/firmware-corefile/
H A Dcreate-empty-corefile.cpp40 uint64_buf conv; in add_uint64() local
47 uint32_buf conv; in add_uint32() local
/llvm-project-15.0.7/flang/lib/Optimizer/Transforms/
H A DCharacterConversion.cpp37 matchAndRewrite(fir::CharConvertOp conv, in matchAndRewrite()
H A DArrayValueCopy.cpp481 while (auto conv = mlir::dyn_cast_or_null<ConvertOp>(op)) in mutuallyExclusiveSliceRange() local
/llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalgNamed.cpp282 Value conv = in matchAndRewrite() local
305 Value conv = rewriter in matchAndRewrite() local
440 Value conv = rewriter in matchAndRewrite() local
468 Value conv = in matchAndRewrite() local
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconditional-expr.cpp105 Convertible conv; in test() local
/llvm-project-15.0.7/llvm/tools/llvm-size/
H A Dllvm-size.cpp154 APInt conv(64, num); in getNumLengthAsString() local
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DVectorization.cpp1381 FailureOr<Operation *> conv() { in conv() function
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp185 TranslateCallingConvention(llvm::codeview::CallingConvention conv) { in TranslateCallingConvention()