Home
last modified time | relevance | path

Searched defs:env (Results 1 – 25 of 171) sorted by relevance

1234567

/llvm-project/clang/test/Analysis/
H A Dputenv-stack-array.c12 char env[1024]; in test_auto_var() local
18 static char env[1024]; in test_static_var() local
26 char *env = (char *)malloc(len); in test_heap_memory() local
44 char env[1024]; in test_auto_var_subarray() local
48 int f_test_auto_var_call(char *env) { in f_test_auto_var_call()
53 char env[1024]; in test_auto_var_call() local
58 char *env = "TEST"; in test_constant() local
68 char env[] = "NAME=value"; in test_auto_var_reset() local
81 void f_main(char *env) { in f_main()
86 char env[] = "NAME=value"; in main() local
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.create_directory/
H A Dcreate_directory_with_attributes.pass.cpp43 scoped_test_env env; in create_existing_directory() local
65 scoped_test_env env; in create_directory_one_level() local
86 scoped_test_env env; in create_directory_multi_level() local
99 scoped_test_env env; in dest_is_file() local
110 scoped_test_env env; in dest_part_is_file() local
122 scoped_test_env env; in attr_dir_is_invalid() local
140 scoped_test_env env; in dest_is_symlink_to_unexisting() local
151 scoped_test_env env; in dest_is_symlink_to_dir() local
163 scoped_test_env env; in dest_is_symlink_to_file() local
H A Dcreate_directory.pass.cpp59 scoped_test_env env; in create_existing_directory() local
71 scoped_test_env env; in create_directory_one_level() local
85 scoped_test_env env; in create_directory_multi_level() local
97 scoped_test_env env; in dest_is_file() local
107 scoped_test_env env; in dest_part_is_file() local
119 scoped_test_env env; in dest_is_symlink_to_dir() local
129 scoped_test_env env; in dest_is_symlink_to_file() local
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.create_directories/
H A Dcreate_directories.pass.cpp44 scoped_test_env env; in create_existing_directory() local
54 scoped_test_env env; in create_directory_one_level() local
64 scoped_test_env env; in create_directories_multi_level() local
73 scoped_test_env env; in create_directory_symlinks() local
89 scoped_test_env env; in create_directory_through_symlinks() local
106 scoped_test_env env; in dest_is_file() local
117 scoped_test_env env; in dest_part_is_file() local
130 scoped_test_env env; in dest_final_part_is_file() local
/llvm-project/compiler-rt/test/tsan/
H A Dlongjmp3.cpp8 void bar(jmp_buf env) { in bar()
14 void foo(jmp_buf env) { in foo()
28 jmp_buf env; in mymain() local
H A Dlongjmp4.cpp9 void bar(jmp_buf env) { in bar()
17 void foo(jmp_buf env) { in foo()
31 jmp_buf env; in mymain() local
H A Dlongjmp.cpp7 int foo(jmp_buf env) { in foo()
12 jmp_buf env; in main() local
H A Dlongjmp2.cpp7 int foo(sigjmp_buf env) { in foo()
13 sigjmp_buf env; in main() local
H A Dexceptions.cpp108 jmp_buf env; in longjmp_unwind() local
122 __attribute__((noinline)) void recursive_call_longjmp(jmp_buf env, long n) { in recursive_call_longjmp()
131 jmp_buf env; in longjmp_unwind_multiple_frames() local
/llvm-project/llvm/utils/
H A Dcollect_and_build_with_pgo.py37 def _run_benchmark(env, out_dir, include_debug_info): argument
192 def _get_default_cmake_invocation(env): argument
201 _get_cmake_invocation_for_bootstrap_from(env, out_dir, skip_tablegens=True) global() argument
225 _build_things_in(env, target_dir, what) global() argument
230 _run_fresh_cmake(env, cmake, target_dir) global() argument
243 _build_stage1_clang(env) global() argument
251 _generate_instrumented_clang_profile(env, stage1_dir, profile_dir, output_file) global() argument
265 _build_instrumented_clang(env, stage1_dir) global() argument
286 _build_optimized_clang(env, stage1_dir, profdata_file) global() argument
[all...]
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_empty/
H A Dis_empty.pass.cpp60 scoped_test_env env; in test_is_empty_directory_dynamic() local
75 scoped_test_env env; in test_is_empty_fails() local
98 scoped_test_env env; in test_directory_access_denied() local
124 scoped_test_env env; in test_fifo_fails() local
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/
H A Dcopy_file.pass.cpp60 scoped_test_env env; in test_error_reporting() local
85 scoped_test_env env; in non_regular_file_test() local
108 scoped_test_env env; in test_attributes_get_copied() local
122 scoped_test_env env; in copy_dir_test() local
136 scoped_test_env env; in copy_file() local
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.create_hard_link/
H A Dcreate_hard_link.pass.cpp41 scoped_test_env env; in test_error_reporting() local
54 scoped_test_env env; in create_file_hard_link() local
68 scoped_test_env env; in create_directory_hard_link_fails() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparsification.cpp248 static bool findSparseAnnotations(CodegenEnv &env, bool idxReducBased) { in findSparseAnnotations() argument
287 static void genBuffers(CodegenEnv &env, OpBuilder &builder) { in genBuffers() argument
337 genIndex(CodegenEnv & env,OpOperand * t) genIndex() argument
349 genSubscript(CodegenEnv & env,OpBuilder & builder,OpOperand * t,SmallVectorImpl<Value> & args) genSubscript() argument
374 genInsertionLoad(CodegenEnv & env,OpBuilder & builder,OpOperand * t) genInsertionLoad() argument
389 genInsertionLoadReduce(CodegenEnv & env,OpBuilder & builder,OpOperand * t) genInsertionLoadReduce() argument
423 genInsertionStore(CodegenEnv & env,OpBuilder & builder,OpOperand * t,Value rhs) genInsertionStore() argument
496 genTensorLoad(CodegenEnv & env,OpBuilder & builder,ExprId exp) genTensorLoad() argument
522 genTensorStore(CodegenEnv & env,OpBuilder & builder,ExprId exp,Value rhs) genTensorStore() argument
575 genInvariantValue(CodegenEnv & env,ExprId exp) genInvariantValue() argument
584 relinkBranch(CodegenEnv & env,RewriterBase & rewriter,Block * block,Value e) relinkBranch() argument
618 genExp(CodegenEnv & env,RewriterBase & rewriter,ExprId e) genExp() argument
677 genInvariants(CodegenEnv & env,OpBuilder & builder,ExprId exp,LoopId curr,bool isStart) genInvariants() argument
747 genExpand(CodegenEnv & env,OpBuilder & builder,LoopId curr,bool isStart) genExpand() argument
791 isParallelFor(CodegenEnv & env,bool isOuter,bool isSparse) isParallelFor() argument
816 shouldTryParallize(CodegenEnv & env,LoopId curr,ArrayRef<TensorLevel> tidLvls) shouldTryParallize() argument
833 genCoIteration(CodegenEnv & env,OpBuilder & builder,ArrayRef<TensorLevel> tidLvls,bool tryParallel,bool needsUniv) genCoIteration() argument
847 genLoop(CodegenEnv & env,OpBuilder & builder,LoopId curr,bool needsUniv,ArrayRef<TensorLevel> tidLvls) genLoop() argument
854 finalizeWhileOp(CodegenEnv & env,OpBuilder & builder,bool needsUniv) finalizeWhileOp() argument
894 genIf(CodegenEnv & env,OpBuilder & builder,LoopId curr,LatPointId p) genIf() argument
941 endIf(CodegenEnv & env,OpBuilder & builder,scf::IfOp ifOp,Value redInput,Value cntInput,Value insInput,Value validIns) endIf() argument
972 getAllTidLvlsInLatPoints(CodegenEnv & env,LatPointId li,LoopId curr,llvm::function_ref<void (TensorLevel,AffineExpr)> callback) getAllTidLvlsInLatPoints() argument
1083 startLoopSeq(CodegenEnv & env,OpBuilder & builder,ExprId exp,LoopId curr,LatSetId lts) startLoopSeq() argument
1115 genConstantDenseAddressFromLevel(CodegenEnv & env,OpBuilder & builder,TensorId tid,Level startLvl) genConstantDenseAddressFromLevel() argument
1145 genInitConstantDenseAddress(CodegenEnv & env,RewriterBase & rewriter) genInitConstantDenseAddress() argument
1153 translateBitsToTidLvlPairs(CodegenEnv & env,LatPointId li,LoopId curr,SmallVectorImpl<TensorLevel> & tidLvls,SmallVectorImpl<std::pair<TensorLevel,AffineExpr>> & affineTidLvls) translateBitsToTidLvlPairs() argument
1166 startLoop(CodegenEnv & env,OpBuilder & builder,LoopId curr,LatPointId li,bool needsUniv) startLoop() argument
1200 endLoop(CodegenEnv & env,RewriterBase & rewriter,Operation * loop,LatPointId li,bool needsUniv,bool isSingleCond) endLoop() argument
1221 endLoopSeq(CodegenEnv & env,OpBuilder & builder,unsigned exp,unsigned at) endLoopSeq() argument
1234 genStmt(CodegenEnv & env,RewriterBase & rewriter,ExprId exp,LoopId curr) genStmt() argument
1296 genResult(CodegenEnv & env,RewriterBase & rewriter) genResult() argument
1370 CodegenEnv env(op, options, numTensors, numLoops, maxLvlRank); matchAndRewrite() local
[all...]
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.remove_all/
H A Dremove_all.pass.cpp39 scoped_test_env env; in test_error_reporting() local
95 scoped_test_env env; in basic_remove_all_test() local
116 scoped_test_env env; in symlink_to_dir() local
134 scoped_test_env env; in nested_dir() local
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy/
H A Dcopy.pass.cpp71 scoped_test_env env; in test_error_reporting() local
125 scoped_test_env env; in from_is_symlink() local
160 scoped_test_env env; in from_is_regular_file() local
215 scoped_test_env env; in from_is_directory() local
271 scoped_test_env env; in test_copy_symlinks_to_symlink_dir() local
291 scoped_test_env env; in test_dir_create_symlink() local
312 scoped_test_env env; in test_otherwise_no_effects_clause() local
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.create_symlink/
H A Dcreate_symlink.pass.cpp38 scoped_test_env env; in test_error_reporting() local
51 scoped_test_env env; in create_symlink_basic() local
76 scoped_test_env env; in create_symlink_dest_cleanup() local
/llvm-project/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/
H A Drefresh.pass.cpp72 scoped_test_env env; in refresh_on_file_dne() local
113 scoped_test_env env; in refresh_on_bad_symlink() local
165 scoped_test_env env; in refresh_cannot_resolve() local
239 scoped_test_env env; in refresh_doesnt_throw_on_dne_but_reports_it() local
291 scoped_test_env env; in access_cache_after_refresh_fails() local
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.create_directory_symlink/
H A Dcreate_directory_symlink.pass.cpp38 scoped_test_env env; in test_error_reporting() local
51 scoped_test_env env; in create_directory_symlink_basic() local
/llvm-project/libc/test/src/fenv/
H A Dgetenv_and_setenv_test.cpp32 fenv_t env; TEST_F() local
56 fenv_t env; TEST_F() local
/llvm-project/libc/startup/gpu/amdgpu/
H A Dstart.cpp26 call_init_array_callbacks(int argc,char ** argv,char ** env) call_init_array_callbacks() argument
41 _begin(int argc,char ** argv,char ** env) _begin() argument
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.rename/
H A Drename.pass.cpp55 scoped_test_env env; in test_error_reporting() local
87 scoped_test_env env; in basic_rename_test() local
132 static_test_env env; in basic_rename_dir_test() local
/llvm-project/clang/test/OpenMP/
H A Dtarget_enter_data_depend_messages.cpp24 int tmain(T argc, S **argv, R *env[]) { in tmain()
99 int main(int argc, char **argv, char *env[]) { in main()
H A Dtarget_exit_data_depend_messages.cpp24 int tmain(T argc, S **argv, R *env[]) { in tmain()
99 int main(int argc, char **argv, char *env[]) { in main()
/llvm-project/libc/test/integration/src/unistd/
H A Dexecv_test_signal_exit.cpp6 char *env = getenv("__MISSING_ENV_VAR__"); in main() local

1234567