Home | History | Annotate | Download | only in Driver

Lines Matching full:allowed

26 // CHECK-UNDEFINED-NO-TRAP-ERROR: '-fcatch-undefined-behavior' not allowed with '-fno-sanitize-undefined-trap-on-error'
29 // CHECK-VPTR-UNDEF-ERROR: '-fsanitize=vptr' not allowed with '-fcatch-undefined-behavior'
32 // CHECK-UNDEFINED-TRAP-ON-ERROR-UNDEF: '-fsanitize=undefined' not allowed with '-fsanitize-undefined-trap-on-error'
35 // CHECK-UNDEFINED-TRAP-ON-ERROR-VPTR: '-fsanitize=vptr' not allowed with '-fsanitize-undefined-trap-on-error'
39 // CHECK-VPTR-NO-RTTI: '-fsanitize=vptr' not allowed with '-fno-rtti'
42 // CHECK-SANA-SANT: '-fsanitize=address' not allowed with '-fsanitize=thread'
45 // CHECK-SANA-SANM: '-fsanitize=address' not allowed with '-fsanitize=memory'
48 // CHECK-SANT-SANM: '-fsanitize=thread' not allowed with '-fsanitize=memory'
51 // CHECK-SANM-SANT: '-fsanitize=thread' not allowed with '-fsanitize=memory'
54 // CHECK-SANL-SANT: '-fsanitize=leak' not allowed with '-fsanitize=thread'
57 // CHECK-SANL-SANM: '-fsanitize=leak' not allowed with '-fsanitize=memory'
60 // CHECK-ASAN-TSAN: '-faddress-sanitizer' not allowed with '-fthread-sanitizer'
127 // CHECK-ANDROID-ASAN-NO-ZERO-BASE: '-fno-sanitize-address-zero-base-shadow' not allowed with '-fsanitize=address'