/llvm-project/flang/include/flang/Evaluate/ |
H A D | expression.h | 209 struct Convert : public Operation<Convert<TO, FROMCAT>, TO, SomeKind<FROMCAT>> { global() struct 219 BaseConvert global() argument [all...] |
/llvm-project/flang/include/flang/Parser/ |
H A D | message.h | 143 const char *Convert(const char *s) { return s; } in Convert() function 149 const char *Convert(CharBloc function 134 template <typename A> A Convert(const A &x) { Convert() function 138 template <typename A> common::IfNoLvalue<A, A> Convert(A &&x) { Convert() function 142 const char *Convert(const char *s) { return s; } Convert() function 150 std::uintmax_t Convert(std::uint64_t x) { return x; } Convert() function [all...] |
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/ |
H A D | p7-cxx11-nowarn.cpp | 36 struct Convert { struct 37 constexpr Convert(T v) : v(v) {} in Convert() argument 41 template<typename T> Convert<T> ConvertVar(); argument
|
H A D | p7-0x.cpp | 42 struct Convert { struct 43 constexpr Convert(T v) : v(v) {} in Convert() function 47 template<typename T> Convert<T> ConvertVar(); argument
|
/llvm-project/flang/runtime/ |
H A D | environment.h | 32 enum class Convert { Unknown, Native, LittleEndian, BigEndian, Swap }; enum
|
H A D | pseudo-unit.cpp | 64 std::size_t, Convert, IoErrorHandler &handler) { in OpenUnit() argument
|
/llvm-project/flang/lib/Parser/ |
H A D | message.cpp | 68 const char *MessageFormattedText::Convert(const std::string &s) { in Convert() function in Fortran::parser::MessageFormattedText 73 const char *MessageFormattedText::Convert(std::string &&s) { in Convert() function in Fortran::parser::MessageFormattedText 78 const char *MessageFormattedText::Convert(const std::string_view &s) { in Convert() function in Fortran::parser::MessageFormattedText 83 const char *MessageFormattedText::Convert(std::string_view &&s) { in Convert() function in Fortran::parser::MessageFormattedText 88 const char *MessageFormattedText::Convert(CharBlock x) { in Convert() function in Fortran::parser::MessageFormattedText
|
/llvm-project/clang/test/SemaOpenACC/ |
H A D | compute-construct-intexpr-clause-ast.cpp | 18 } Convert; variable
|
H A D | sub-array.cpp | 8 } Convert; variable
|
H A D | compute-construct-num_gangs-clause.cpp | 10 } Convert; variable
|
H A D | compute-construct-async-clause.cpp | 10 } Convert; variable
|
H A D | compute-construct-num_workers-clause.cpp | 10 } Convert; variable
|
H A D | compute-construct-vector_length-clause.cpp | 10 } Convert; variable
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | BasicValueFactory.h | 177 APSIntPtr Convert(QualType T, const llvm::APSInt &From) { in Convert() function 182 APSIntPtr Convert(APSIntType TargetType, const llvm::APSInt &From) { in Convert() function 168 const llvm::APSInt &Convert(const llvm::APSInt& To, Convert() function
|
/llvm-project/llvm/lib/Support/ |
H A D | AutoConvert.cpp | 26 static const struct f_cnvrt Convert = { disableAutoConversion() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-float-conversion.cpp | 24 void Convert(float f, double d, long double ld) { in Convert() function
|
H A D | cxx1z-copy-omission.cpp | 50 template<typename T> struct Convert { operator T(); }; // expected-note 1+{{candidate}} struct
|
/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-converter.cpp | 32 static cl::SubCommand Convert("convert", "Trace Format Conversion"); variable
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86CallFrameOptimization.cpp | 110 enum InstClassification { Convert, Skip, Exit }; enumerator
|
H A D | X86LowerAMXType.cpp | 1058 auto Convert = [&](SmallVectorImpl<Instruction *> &Insts, Intrinsic::ID IID) { combineAMXcast() local
|
/llvm-project/flang/include/flang/Optimizer/Builder/ |
H A D | PPCIntrinsicCall.h | 29 Convert, enumerator
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | FixedPointBuilder.h | 35 Value *Convert(Value *Src, const FixedPointSemantics &SrcSema, in Convert() function
|
/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelLowering.cpp | 1166 bool Convert = true; in LowerSETCC() local
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 1738 Convert = 2 global() enumerator
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeFloatTypes.cpp | 2328 SDValue Convert = DAG.getNode(GetPromotionOpcode(PromotedVT, OpVT), SDLoc(N), PromoteFloatOp_BITCAST() local [all...] |