Searched refs:convert_ (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | io01.f90 | 16 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 D | popcount.inc | 13 return __CLC_XCONCAT(convert_, __CLC_GENTYPE)(res);
|
| /llvm-project-15.0.7/libclc/generic/include/clc/ |
| H A D | convert.h | 2 _CLC_OVERLOAD _CLC_DECL TO_TYPE convert_##TO_TYPE##SUFFIX(FROM_TYPE x);
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | io-stmt.h | 562 void set_convert(Convert convert) { convert_ = convert; } // CONVERT= in set_convert() 574 Convert convert_{Convert::Native};
|
| H A D | io-stmt.cpp | 239 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 D | OpenCLBuiltins.td | 508 // Generate the convert_* builtins functions. 519 def : Builtin<"convert_" # RType.Name # sat # rnd, [RType, IType], 522 def : Builtin<"convert_" # RType.Name # v # sat # rnd,
|