Home
last modified time | relevance | path

Searched refs:convert_ (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/flang/test/Semantics/
H A Dio01.f9016 character(len=20) :: convert_(2) = (/"big_endiaN", "nativE "/) variable
62 open(81, convert=convert_(2), dispose=dispose_(2))
/llvm-project-15.0.7/libclc/amdgcn/lib/integer/
H A Dpopcount.inc13 return __CLC_XCONCAT(convert_, __CLC_GENTYPE)(res);
/llvm-project-15.0.7/libclc/generic/include/clc/
H A Dconvert.h2 _CLC_OVERLOAD _CLC_DECL TO_TYPE convert_##TO_TYPE##SUFFIX(FROM_TYPE x);
/llvm-project-15.0.7/flang/runtime/
H A Dio-stmt.h562 void set_convert(Convert convert) { convert_ = convert; } // CONVERT= in set_convert()
574 Convert convert_{Convert::Native};
H A Dio-stmt.cpp239 std::move(path_), pathLength_, convert_, *this); in CompleteOperation()
242 status_, action_, position_.value_or(Position::AsIs), convert_, *this); in CompleteOperation()
/llvm-project-15.0.7/clang/lib/Sema/
H A DOpenCLBuiltins.td508 // Generate the convert_* builtins functions.
519 def : Builtin<"convert_" # RType.Name # sat # rnd, [RType, IType],
522 def : Builtin<"convert_" # RType.Name # v # sat # rnd,