Lines Matching +full:- +full:isystem
1 // RUN: mkdir -p %T/test1 %T/test2 %T/test3
3 // RUN: env "CPATH=%T/test1%{pathsep}%T/test2" %clang -x c -E -v %s 2>&1 | FileCheck %s -check-pref…
4 // CPATH: -I{{.*}}/test1
5 // CPATH: -I{{.*}}/test2
10 …test1%{pathsep}%t/test2" C_INCLUDE_PATH=%T/test3 %clang -x c -E -v %s 2>&1 | FileCheck %s -check-p…
11 …-c-isystem {{"?.*}}/test3{{"?}} -cxx-isystem {{"?.*}}/test1{{"?}} -cxx-isystem {{"?.*}}/test2{{"?}…
13 // C_INCLUDE_PATH-NOT: test1
15 // C_INCLUDE_PATH-NOT: test1
17 …LUDE_PATH=%T/test3 C_INCLUDE_PATH=%T/test1 %clang -x objective-c++ -E -v %s 2>&1 | FileCheck %s -c…
18 …LUS_INCLUDE_PATH: -c-isystem {{"?.*}}/test1{{"?}} -cxx-isystem {{"?.*}}/test3{{"?}} -objc-isystem …
20 // OBJCPLUS_INCLUDE_PATH-NOT: test1
22 // OBJCPLUS_INCLUDE_PATH-NOT: test1