Home
last modified time | relevance | path

Searched refs:fdefault (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/config/
Dmh-beos15 #OPTIMIZATIONS= -fdefault-inline -fdefer-pop -fforce-mem -fforce-addr \
/external/pcre/dist2/src/
Dpcre2test.c5907 FILE *f, *fdefault; in callout_function() local
5918 fdefault = (!first_callout && !callout_capture && cb->callout_string == NULL)? in callout_function()
5939 f = fdefault; in callout_function()
5943 else f = fdefault; in callout_function()
/external/clang/include/clang/Driver/
DCC1Options.td615 def fdefault_calling_conv_EQ : Joined<["-"], "fdefault-calling-conv=">,