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

  /external/libchrome/base/files/
file_path_unittest.cc 21 #define FPL(x) FILE_PATH_LITERAL(x)
24 #define FPS(x) FilePath::StringType(FPL(x), arraysize(FPL(x)) - 1)
64 { FPL(""), FPL(".") },
65 { FPL("aa"), FPL(".") },
66 { FPL("/aa/bb"), FPL("/aa") },
67 { FPL("/aa/bb/"), FPL("/aa") }
    [all...]
  /external/clang/test/Sema/
block-call.c 7 int (*FPL) (int) = FP; // C doesn't consider this an error.
  /external/clang/test/SemaCXX/
block-call.cpp 7 int (*FPL) (int) = FP; // expected-error {{cannot initialize a variable of type 'int (*)(int)' with an lvalue of type 'int (*)()'}}

Completed in 114 milliseconds