Home
last modified time | relevance | path

Searched defs:which (Results 1 – 25 of 41) sorted by relevance

12

/llvm-project/flang/include/flang/Evaluate/
H A Dfold-designator.h79 const SymbolRef &x, ConstantSubscript which) { in FoldDesignator()
101 const Expr<T> &expr, ConstantSubscript which) { in FoldDesignator()
113 const Designator<T> &designator, ConstantSubscript which) { in FoldDesignator()
120 ConstantSubscript which) { in FoldDesignator()
/llvm-project/llvm/utils/gn/build/
H A Dwrite_vcsrevision.py15 def which(program): function
/llvm-project/clang/test/Rewriter/
H A Dobjc-bool-literal-modern.mm14 BOOL which (int flag) { function
H A Dobjc-bool-literal-check-modern.mm14 BOOL which (int flag) { function
H A Dobjc-bool-literal-modern-1.mm16 BOOL which (int flag) { function
/llvm-project/flang/lib/Evaluate/
H A Dfold-designator.cpp48 const ArrayRef &x, ConstantSubscript which) { in FoldDesignator() argument
143 FoldDesignator(const Component & component,ConstantSubscript which) FoldDesignator() argument
169 FoldDesignator(const ComplexPart & z,ConstantSubscript which) FoldDesignator() argument
182 FoldDesignator(const DataRef & dataRef,ConstantSubscript which) FoldDesignator() argument
188 FoldDesignator(const NamedEntity & entity,ConstantSubscript which) FoldDesignator() argument
199 FoldDesignator(const ProcedureDesignator & proc,ConstantSubscript which) FoldDesignator() argument
[all...]
/llvm-project/flang/include/flang/Common/
H A Dvisit.h34 VISITOR &&visitor, std::size_t which, VARIANT &&...u) { in Log2VisitHelper()
/llvm-project/clang/test/CodeGen/
H A Dext-int.c12 int which = _Generic(a, _BitInt(3): 1, unsigned _BitInt(3) : 2, _BitInt(4) : 3); global() variable
/llvm-project/flang/runtime/
H A Dtype-info.h142 RT_API_ATTRS SpecialBinding(Which which, ProcedurePointer proc, in SpecialBinding() argument
153 RT_API_ATTRS Which which() const { return which_; } in which() function
252 SpecialBinding::Which which) const { in FindSpecialBinding() argument
[all...]
/llvm-project/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
H A Dnotify_one.pass.cpp57 std::atomic_int which(0); variable
/llvm-project/libcxx/test/std/utilities/utility/mem.res/mem.res.monotonic.buffer/mem.res.monotonic.buffer.mem/
H A Dallocate_exception_safety.pass.cpp25 std::pmr::memory_resource* which; member
/llvm-project/flang/test/Lower/HLFIR/
H A Dprivate-components.f9033 integer(1) :: which component
/llvm-project/flang/include/flang/Runtime/
H A Ddescriptor.h116 LenParameterValue(int which) LenParameterValue() argument
127 SetLenParameterValue(int which,typeInfo::TypeParameterValue x) SetLenParameterValue() argument
/llvm-project/clang/utils/analyzer/
H A DSATestUtils.py9 def which(command: str, paths: Optional[str] = None) -> Optional[str]: function
/llvm-project/flang/lib/Semantics/
H A Dcheck-io.cpp1058 FindUnsafeIoDirectComponent(common::DefinedIo which,const DerivedTypeSpec & derived,const Scope & scope) FindUnsafeIoDirectComponent() argument
1089 FindInaccessibleComponent(common::DefinedIo which,const DerivedTypeSpec & derived,const Scope & scope) FindInaccessibleComponent() argument
1131 CheckForBadIoType(const evaluate::DynamicType & type,common::DefinedIo which,parser::CharBlock where) const CheckForBadIoType() argument
1161 CheckForBadIoType(const SomeExpr & expr,common::DefinedIo which,parser::CharBlock where) const CheckForBadIoType() argument
1169 CheckForBadIoType(const Symbol & symbol,common::DefinedIo which,parser::CharBlock where) const CheckForBadIoType() argument
1179 CheckNamelist(const Symbol & namelist,common::DefinedIo which,parser::CharBlock namelistLocation) const CheckNamelist() argument
[all...]
H A Druntime-type-info.cpp1097 MaybeExpr which; DescribeSpecialProc() local
1284 FindGenericDefinedIo(const Scope & scope,common::DefinedIo which) FindGenericDefinedIo() argument
1372 FindSpecificDefinedIo(const Scope & scope,const evaluate::DynamicType & derived,common::DefinedIo which) FindSpecificDefinedIo() argument
[all...]
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Ddotest.py58 def which(program): function
[all...]
/llvm-project/flang/unittests/Runtime/
H A DCharacterTest.cpp96 void RunAdjustLRTest(const char *which, in RunAdjustLRTest() argument
236 void RunExtremumTests(const char *which, in RunExtremumTests() argument
323 RunSearchTests(const char * which,const std::vector<SearchTestCase> & testCases,const SearchFunction<CHAR> & function) RunSearchTests() argument
/llvm-project/clang/test/CXX/class/class.compare/class.compare.default/
H A Dp5.cpp27 template<typename T> constexpr bool check(bool which, const char *str) { in check()
/llvm-project/flang/module/
H A D__fortran_type_info.f90117 integer(1) :: which ! SpecialBinding::Which component
/llvm-project/llvm/utils/lit/lit/
H A Dutil.py228 def which(command, paths=None): function
/llvm-project/openmp/runtime/src/
H A Dompt-general.cpp573 ompt_set_callback(ompt_callbacks_t which,ompt_callback_t callback) global() argument
595 ompt_get_callback(ompt_callbacks_t which,ompt_callback_t * callback) global() argument
/llvm-project/lld/MachO/
H A DSymbolTable.cpp355 handleSectionBoundarySymbol(const Undefined & sym,StringRef segSect,Boundary which) handleSectionBoundarySymbol() argument
395 handleSegmentBoundarySymbol(const Undefined & sym,StringRef segName,Boundary which) handleSegmentBoundarySymbol() argument
/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h437 #define __sanitizer_syscall_pre_compat_50_setitimer(which, itv, oitv) \ argument
440 #define __sanitizer_syscall_post_compat_50_setitimer(res, which, itv, oitv) \ argument
451 #define __sanitizer_syscall_pre_compat_50_getitimer(which, itv) \ argument
454 #define __sanitizer_syscall_post_compat_50_getitimer(res, which, itv) \ argument
502 #define __sanitizer_syscall_pre_setpriority(which, who, prio) \ argument
505 #define __sanitizer_syscall_post_setpriority(res, which, who, prio) \ argument
526 #define __sanitizer_syscall_pre_getpriority(which, who) \ argument
528 #define __sanitizer_syscall_post_getpriority(res, which, who) \ argument
757 #define __sanitizer_syscall_pre_compat_43_ogetrlimit(which, rlp) \ argument
760 #define __sanitizer_syscall_post_compat_43_ogetrlimit(res, which, rlp) \ argument
[all …]
/llvm-project/openmp/tools/multiplex/
H A Dompt-multiplex.h989 OMPT_API_ROUTINE int ompt_multiplex_own_set_callback(ompt_callbacks_t which, in ompt_multiplex_own_set_callback()
1014 ompt_multiplex_client_set_callback(ompt_callbacks_t which, in ompt_multiplex_client_set_callback()

12