HomeSort by relevance Sort by last modified time
    Searched full:options2 (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Driver/
ios-simulator-arcruntime.c 2 // RUN: %clang -### -x objective-c -ccc-host-triple i386-apple-darwin10 -arch i386 -mmacosx-version-min=10.6 -D__IPHONE_OS_VERSION_MIN_REQUIRED=50000 -fobjc-arc -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-OPTIONS2 %s
6 // CHECK-OPTIONS2: -fobjc-runtime-has-weak
clang_f_opts.c 2 // RUN: %clang -### -S -fasm -fblocks -fbuiltin -fno-math-errno -fcommon -fpascal-strings -fno-asm -fno-blocks -fno-builtin -fmath-errno -fno-common -fno-pascal-strings -fno-show-source-location -fshort-enums -fshort-wchar %s 2>&1 | FileCheck -check-prefix=CHECK-OPTIONS2 %s
9 // CHECK-OPTIONS2: -fmath-errno
10 // CHECK-OPTIONS2: -fno-builtin
11 // CHECK-OPTIONS2: -fshort-enums
12 // CHECK-OPTIONS2: -fshort-wchar
13 // CHECK-OPTIONS2: -fno-common
14 // CHECK-OPTIONS2: -fno-show-source-location
  /external/pcre/
pcrecpp_unittest.cc 614 RE_Options options2; local
618 TestOneOption("CASELESS (class2)", "HELLO", "hello", options2.set_caseless(true), false);
629 RE_Options options2; local
634 TestOneOption("MULTILINE (class2)", "^cruel$", str, options2.set_multiline(true), false);
642 RE_Options options2; local
647 TestOneOption("DOTALL (class2)", "HELLO.*world", str, options2.set_dotall(true), true);
655 RE_Options options2; local
661 TestOneOption("DOLLAR_ENDONLY 2", "world$", str, options2.set_dollar_endonly(true), false, false);
677 RE_Options options2; local
682 TestOneOption("EXTENDED (class2)", "HELLO world", str, options2.set_extended(true), false, false)
    [all...]

Completed in 590 milliseconds