Home
last modified time | relevance | path

Searched defs:policy (Results 1 – 22 of 22) sorted by relevance

/llvm-project/libc/test/src/sched/
H A Dget_priority_test.cpp20 int policy = -1; in TEST() local
30 int policy = 30; in TEST() local
40 int policy = 80; in TEST() local
50 int policy = 110; in TEST() local
68 int policy = SCHED_OTHER; in TEST() local
82 int policy = SCHED_FIFO; in TEST() local
96 int policy = SCHED_RR; in TEST() local
H A Dparam_and_scheduler_test.cpp39 void testSched(int policy, bool is_mandatory) { in testSched()
150 #define LIST_SCHED_TESTS(policy, can_set) \ argument
H A Dsched_rr_get_interval_test.cpp21 auto SetSched = [&](int policy) { in TEST()
/llvm-project/pstl/test/std/numerics/numeric.ops/
H A Dscan.fail.cpp17 } policy; variable
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/
H A Dbuffered_writes.pass.cpp49 void test_write(BufferPolicy policy, const std::vector<std::streamsize>& payload_sizes) { in test_write()
101 void test_write_codecvt(BufferPolicy policy, const std::vector<std::streamsize>& payload_sizes) { in test_write_codecvt()
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/ifstream.members/
H A Dbuffered_reads.pass.cpp49 void test_read(BufferPolicy policy, const std::vector<std::streamsize>& payload_sizes) { in test_read()
104 void test_read_codecvt(BufferPolicy policy, const std::vector<std::streamsize>& payload_sizes) { in test_read_codecvt()
/llvm-project/lldb/source/Core/
H A DDataFileCache.cpp23 static llvm::CachePruningPolicy policy; in GetLLDBIndexCachePolicy() local
47 DataFileCache::DataFileCache(llvm::StringRef path, llvm::CachePruningPolicy policy) { in DataFileCache() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dfold-init-type.cpp16 T reduce(ExecutionPolicy &&policy, in reduce()
27 T inner_product(ExecutionPolicy &&policy, InputIt1 first1, InputIt1 last1, in inner_product()
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.sort/stable.sort/
H A Dpstl.stable_sort.pass.cpp50 void test_one(Policy&& policy, std::array<ValueT, N> input, std::array<ValueT, N> expected) { in test_one()
/llvm-project/lldb/source/Expression/
H A DLLVMUserExpression.cpp310 IRMemoryMap::AllocationPolicy policy = PrepareToExecuteJITExpression() local
H A DIRMemoryMap.cpp298 Allocation(lldb::addr_t process_alloc,lldb::addr_t process_start,size_t size,uint32_t permissions,uint8_t alignment,AllocationPolicy policy) Allocation() argument
315 Malloc(size_t size,uint8_t alignment,uint32_t permissions,AllocationPolicy policy,bool zero_memory,Status & error) Malloc() argument
[all...]
/llvm-project/llvm/docs/
H A DDeveloperPolicy.rst473 obtaining_commit_accessPatch reversion policy global() argument
[all...]
/llvm-project/mlir/lib/Dialect/Async/Transforms/
H A DAsyncRuntimeRefCounting.cpp485 llvm::SmallVector<std::function<FailureOr<int>(OpOperand &)>> policy; member in __anoncfe5b0320711::AsyncRuntimePolicyBasedRefCountingPass
/llvm-project/libcxx/test/std/algorithms/
H A Dpstl.exception_handling.pass.cpp68 test_execution_policies([&](auto&& policy) { in main()
/llvm-project/llvm/tools/gold/
H A Dgold-plugin.cpp1203 CachePruningPolicy policy = check(parseCachePruningPolicy(options::cache_policy)); cleanup_hook() local
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-death-test.cc1018 zx_policy_basic_t policy; in AssumeRole() local
/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp2576 print(const Type * ty,Qualifiers qs,raw_ostream & OS,const PrintingPolicy & policy,const Twine & PlaceHolder,unsigned Indentation) print() argument
2592 getAsStringInternal(const Type * ty,Qualifiers qs,std::string & buffer,const PrintingPolicy & policy) getAsStringInternal() argument
/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h252 #define __sanitizer_syscall_pre_sched_setscheduler(pid, policy, param) \ argument
255 #define __sanitizer_syscall_post_sched_setscheduler(res, pid, policy, param) \ argument
288 #define __sanitizer_syscall_pre_sched_get_priority_max(policy) \ argument
290 #define __sanitizer_syscall_post_sched_get_priority_max(res, policy) \ argument
292 #define __sanitizer_syscall_pre_sched_get_priority_min(policy) \ argument
294 #define __sanitizer_syscall_post_sched_get_priority_min(res, policy) \ argument
1534 #define __sanitizer_syscall_pre_get_mempolicy(policy, nmask, maxnode, addr, \ argument
1539 #define __sanitizer_syscall_post_get_mempolicy(res, policy, nmask, maxnode, \ argument
H A Dnetbsd_syscall_hooks.h1810 #define __sanitizer_syscall_pre__sched_setparam(pid, lid, policy, params) \ argument
1814 #define __sanitizer_syscall_post__sched_setparam(res, pid, lid, policy, \ argument
1819 #define __sanitizer_syscall_pre__sched_getparam(pid, lid, policy, params) \ argument
1823 #define __sanitizer_syscall_post__sched_getparam(res, pid, lid, policy, \ argument
/llvm-project/compiler-rt/lib/asan/tests/
H A Dasan_test.cpp1335 int policy; TEST() local
/llvm-project/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp3416 int policy; in TEST() local
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9457 auto policy = GetTypePrintingPolicy(); DeclContextGetName() local