/llvm-project/mlir/lib/Dialect/Quant/Utils/ |
H A D | UniformSupport.cpp | 35 Type ExpressedToQuantizedConverter::convert(QuantizedType elementalType) const { in convert() function in ExpressedToQuantizedConverter 52 UniformQuantizedPerAxisValueConverter::convert(Attribute realValue) { in convert() function in UniformQuantizedPerAxisValueConverter 61 UniformQuantizedPerAxisValueConverter::convert(DenseFPElementsAttr attr) { in convert() function in UniformQuantizedPerAxisValueConverter
|
/llvm-project/clang/test/Modules/Inputs/implicit-built-Werror-using-W/ |
H A D | convert.h | 9 template <class T> int convert(T V) { return V; } in convert() function
|
/llvm-project/libc/src/stdio/printf_core/ |
H A D | converter.cpp | 28 int convert(Writer *writer, const FormatSection &to_conv) { convert() function
|
/llvm-project/libc/src/stdio/scanf_core/ |
H A D | converter.cpp | 28 int convert(Reader *reader, const FormatSection &to_conv) { convert() function
|
/llvm-project/llvm/unittests/ObjectYAML/ |
H A D | DXContainerYAMLTest.cpp | 22 static bool convert(SmallVectorImpl<char> &Output, const char *YAML) { in convert() function
|
/llvm-project/polly/lib/External/isl/interface/ |
H A D | cpp_conversion.cc | 39 void cpp_conversion_generator::convert(const isl_class &clazz, in convert() function in cpp_conversion_generator
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_affinity.h | 39 const Mask *convert = static_cast<const Mask *>(src); copy() local 43 const Mask *convert = static_cast<const Mask *>(rhs); bitwise_and() local 47 const Mask *convert = static_cast<const Mask *>(rhs); bitwise_or() local 52 const Mask *convert = static_cast<const Mask *>(rhs); is_equal() local 367 const Mask *convert = static_cast<const Mask *>(src); copy() local 373 const Mask *convert = static_cast<const Mask *>(rhs); bitwise_and() local 379 const Mask *convert = static_cast<const Mask *>(rhs); bitwise_or() local 390 const Mask *convert = static_cast<const Mask *>(rhs); is_equal() local 587 const Mask *convert = static_cast<const Mask *>(src); copy() local 592 const Mask *convert = static_cast<const Mask *>(rhs); bitwise_and() local 597 const Mask *convert = static_cast<const Mask *>(rhs); bitwise_or() local 606 const Mask *convert = static_cast<const Mask *>(rhs); is_equal() local [all...] |
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | APSIntType.h | 48 llvm::APSInt convert(const llvm::APSInt &Value) const LLVM_READONLY { in convert() function
|
/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/ |
H A D | remove_copy.pass.cpp | 49 test(T trash, const T& value, Convert convert, bool check_weakness = true) in test()
|
H A D | replace_copy.pass.cpp | 54 test(T trash, const T& old_value, const T& new_value, Predicate pred, Convert convert) in test()
|
H A D | unique_copy_equal.pass.cpp | 82 test(T trash, BinaryPredicate pred, Convert convert, bool check_weakness = true) in test()
|
H A D | copy_move.pass.cpp | 158 test(T trash, Convert convert) in test()
|
H A D | remove.pass.cpp | 101 test(T trash, const T& value, Predicate pred, Convert convert) in test()
|
/llvm-project/flang/runtime/ |
H A D | external-unit.cpp | 110 OpenUnit(Fortran::common::optional<OpenStatus> status,Fortran::common::optional<Action> action,Position position,OwningPtr<char> && newPath,std::size_t newPathLength,Convert convert,IoErrorHandler & handler) OpenUnit() argument 196 OpenAnonymousUnit(Fortran::common::optional<OpenStatus> status,Fortran::common::optional<Action> action,Position position,Convert convert,IoErrorHandler & handler) OpenAnonymousUnit() argument
|
H A D | environment.cpp | 103 if (auto convert{GetConvertFromString(x, std::strlen(x))}) { in SetEnvironmentDefaults() local
|
/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | ObjectFileTransformer.cpp | 71 llvm::Error ObjectFileTransformer::convert(const object::ObjectFile &Obj, convert() function in ObjectFileTransformer
|
/llvm-project/clang/test/CodeGen/ |
H A D | debug-info.c | 5 void convert(void) { in convert() function
|
/llvm-project/llvm/include/llvm/Bitcode/ |
H A D | BitcodeConvenience.h | 52 template <typename T> static T convert(T rawValue) { return rawValue; } in convert() function 132 template <typename T> char convert(T rawValue) { in convert() function
|
/llvm-project/pstl/test/std/algorithms/alg.nonmodifying/ |
H A D | count.pass.cpp | 62 test(T needle, Predicate pred, Convert convert) in test()
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRPrinter.cpp | 310 void MIRPrinter::convert(yaml::MachineFunction &MF, convert() function in MIRPrinter 351 void MIRPrinter::convert(ModuleSlotTracker &MST, convert() function in MIRPrinter 577 void MIRPrinter::convert(yaml::MachineFunction &MF, convert() function in MIRPrinter 599 void MIRPrinter::convert(ModuleSlotTracker &MST, convert() function in MIRPrinter [all...] |
/llvm-project/clang/test/SemaObjC/ |
H A D | objcbridge-attribute-arc.m | 231 id convert(CFFooRef obj) { function
|
/llvm-project/clang/test/Sema/ |
H A D | types.c | 85 void convert(void) { in convert() function
|
/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/alg.copy/ |
H A D | copy_if.pass.cpp | 81 test(T trash, Predicate pred, Convert convert, bool check_weakness = true) in test()
|
/llvm-project/bolt/lib/Profile/ |
H A D | YAMLProfileWriter.cpp | 56 YAMLProfileWriter::convert(const BinaryFunction &BF, bool UseDFS, convert() function in llvm::bolt::YAMLProfileWriter
|
/llvm-project/pstl/test/std/numerics/numeric.ops/ |
H A D | scan.pass.cpp | 122 test_with_plus(T init, T trash, Convert convert) in test_with_plus()
|