OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FPL
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/base/files/
file_path_unittest.cc
22
#define
FPL
(x) FILE_PATH_LITERAL(x)
25
#define FPS(x) FilePath::StringType(
FPL
(x), arraysize(
FPL
(x)) - 1)
65
{
FPL
(""),
FPL
(".") },
66
{
FPL
("aa"),
FPL
(".") },
67
{
FPL
("/aa/bb"),
FPL
("/aa") },
68
{
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 2801 milliseconds