Searched defs:special (Results 1 – 11 of 11) sorted by relevance
/llvm-project/libc/AOR_v20.02/math/test/rtest/ |
H A D | main.c | 100 struct special { in get_operand() struct 101 unsigned dblword0, dblword1, sglword; in get_operand() 102 const char *name; in get_operand()
|
/llvm-project/flang/runtime/ |
H A D | descriptor-io.cpp | 19 const typeInfo::SpecialBinding &special, in DefinedFormattedIo() 109 const typeInfo::SpecialBinding &special) { in DefinedUnformattedIo()
|
H A D | assign.cpp | 180 DoScalarDefinedAssignment(const Descriptor & to,const Descriptor & from,const typeInfo::SpecialBinding & special) DoScalarDefinedAssignment() argument 205 DoElementalDefinedAssignment(const Descriptor & to,const Descriptor & from,const typeInfo::DerivedType & derived,const typeInfo::SpecialBinding & special) DoElementalDefinedAssignment() argument 355 if (const auto *special{toDerived->FindSpecialBinding( Assign() local 360 if (const auto *special{toDerived->FindSpecialBinding( Assign() local [all...] |
H A D | type-info.h | 228 RT_API_ATTRS const Descriptor &special() const { in special() function
|
H A D | derived.cpp | 142 if (const auto *special{FindFinal(derived, descriptor.rank())}) { CallFinalSubroutine() local
|
/llvm-project/clang/test/AST/ |
H A D | ast-dump-openmp-begin-declare-variant_template_3.cpp | 23 int special(S<T> s) { in special() function
|
/llvm-project/openmp/runtime/tools/ |
H A D | message-converter.py | 47 special = { global() variable in Message
|
/llvm-project/lldb/source/Utility/ |
H A D | Args.cpp | 104 char special = command.front(); ParseSingleArgument() local
|
/llvm-project/polly/lib/External/isl/interface/ |
H A D | template_cpp.cc | 2070 for (const auto &special : class_tuples) in add_specialization() local
|
/llvm-project/lldb/source/Core/ |
H A D | ValueObject.cpp |
|
/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 1041 #define __sanitizer_syscall_pre_quotactl(cmd, special, id, addr) \ argument 1044 #define __sanitizer_syscall_post_quotactl(res, cmd, special, id, addr) \ argument
|