Searched refs:add_path (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/libcxx/utils/libcxx/test/ |
| H A D | config.py | 346 self.add_path(self.cxx.compile_env, self.cxx_library_root) 352 self.add_path(self.exec_env, self.cxx_runtime_root) 365 self.add_path(self.exec_env, self.abi_runtime_root) 460 def add_path(self, dest_env, new_path): member in Configuration 461 self.target_info.add_path(dest_env, new_path)
|
| H A D | target_info.py | 38 def add_path(self, dest_env, new_path): member in DefaultTargetInfo
|
| /llvm-project-15.0.7/polly/lib/External/isl/interface/ |
| H A D | extract_interface.cc | 387 void add_path(HeaderSearchOptions &HSO, string Path) in add_path() function 398 void add_path(HeaderSearchOptions &HSO, string Path) in add_path() function 557 add_path(HSO, Includes[i]); in main()
|