Home
last modified time | relevance | path

Searched defs:Convert (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project/flang/include/flang/Evaluate/
H A Dexpression.h209 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 Dmessage.h143 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 Dp7-cxx11-nowarn.cpp36 struct Convert { struct
37 constexpr Convert(T v) : v(v) {} in Convert() argument
41 template<typename T> Convert<T> ConvertVar(); argument
H A Dp7-0x.cpp42 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 Denvironment.h32 enum class Convert { Unknown, Native, LittleEndian, BigEndian, Swap }; enum
H A Dpseudo-unit.cpp64 std::size_t, Convert, IoErrorHandler &handler) { in OpenUnit() argument
/llvm-project/flang/lib/Parser/
H A Dmessage.cpp68 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 Dcompute-construct-intexpr-clause-ast.cpp18 } Convert; variable
H A Dsub-array.cpp8 } Convert; variable
H A Dcompute-construct-num_gangs-clause.cpp10 } Convert; variable
H A Dcompute-construct-async-clause.cpp10 } Convert; variable
H A Dcompute-construct-num_workers-clause.cpp10 } Convert; variable
H A Dcompute-construct-vector_length-clause.cpp10 } Convert; variable
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h177 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 DAutoConvert.cpp26 static const struct f_cnvrt Convert = { disableAutoConversion() local
/llvm-project/clang/test/SemaCXX/
H A Dwarn-float-conversion.cpp24 void Convert(float f, double d, long double ld) { in Convert() function
H A Dcxx1z-copy-omission.cpp50 template<typename T> struct Convert { operator T(); }; // expected-note 1+{{candidate}} struct
/llvm-project/llvm/tools/llvm-xray/
H A Dxray-converter.cpp32 static cl::SubCommand Convert("convert", "Trace Format Conversion"); variable
/llvm-project/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp110 enum InstClassification { Convert, Skip, Exit }; enumerator
H A DX86LowerAMXType.cpp1058 auto Convert = [&](SmallVectorImpl<Instruction *> &Insts, Intrinsic::ID IID) { combineAMXcast() local
/llvm-project/flang/include/flang/Optimizer/Builder/
H A DPPCIntrinsicCall.h29 Convert, enumerator
/llvm-project/llvm/include/llvm/IR/
H A DFixedPointBuilder.h35 Value *Convert(Value *Src, const FixedPointSemantics &SrcSema, in Convert() function
/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1166 bool Convert = true; in LowerSETCC() local
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1738 Convert = 2 global() enumerator
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp2328 SDValue Convert = DAG.getNode(GetPromotionOpcode(PromotedVT, OpVT), SDLoc(N), PromoteFloatOp_BITCAST() local
[all...]

12