/external/checkpolicy/test/ |
dispol.c | 234 cond_av_list_t *av_cur, *expl = NULL; local 244 if (expand_cond_av_list(p, cur->true_list, &expl, &expa)) { 248 for (av_cur = expl; av_cur != NULL; av_cur = av_cur->next) { 253 cond_av_list_destroy(expl); 258 if (expand_cond_av_list(p, cur->false_list, &expl, &expa)) { 262 for (av_cur = expl; av_cur != NULL; av_cur = av_cur->next) { 267 cond_av_list_destroy(expl);
|
/external/clang/test/CXX/expr/expr.const/ |
p5-0x.cpp | 30 } constexpr expl; variable in typeref:struct:Explicit 38 constexpr int test_explicit(expl); // ok 49 auto new3 = new int[1][expl]; // expected-error {{explicit conversion}} 57 enum3 = expl, // expected-error {{explicit conversion}} 66 alignas(expl) int alignas3; // expected-error {{explicit conversion}} 75 int array3[expl]; // expected-error {{non-integer type}} 83 int bitfield3 : expl; // expected-error {{explicit conversion}}
|
/external/libsepol/src/ |
hierarchy.c | 335 cond_av_list_t *cur_av, *expl = NULL; local 347 &expl, &expa)) { 351 args->opt_cond_list = expl; 352 for (cur_av = expl; cur_av; cur_av = cur_av->next) { 362 cond_av_list_destroy(expl); 371 &expl, &expa)) { 375 args->opt_cond_list = expl; 376 for (cur_av = expl; cur_av; cur_av = cur_av->next) { 387 cond_av_list_destroy(expl);
|
/external/stlport/stlport/stl/ |
_cmath.h | 100 inline long double expl(long double v) { return __expl(v); } function
|
/external/stlport/stlport/stl/config/ |
_como.h | 91 inline long double expl(long double arg) { return exp(arg); } function 126 inline long double expl(long double arg) { return exp(arg); } function 164 inline long double expl(long double arg) { return exp(arg); } function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 100 inline long double expl(long double v) { return __expl(v); } function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_como.h | 91 inline long double expl(long double arg) { return exp(arg); } function 126 inline long double expl(long double arg) { return exp(arg); } function 164 inline long double expl(long double arg) { return exp(arg); } function
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 100 inline long double expl(long double v) { return __expl(v); } function
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
_como.h | 91 inline long double expl(long double arg) { return exp(arg); } function 126 inline long double expl(long double arg) { return exp(arg); } function 164 inline long double expl(long double arg) { return exp(arg); } function
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 100 inline long double expl(long double v) { return __expl(v); } function
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
_como.h | 91 inline long double expl(long double arg) { return exp(arg); } function 126 inline long double expl(long double arg) { return exp(arg); } function 164 inline long double expl(long double arg) { return exp(arg); } function
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 100 inline long double expl(long double v) { return __expl(v); } function
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/ |
_como.h | 91 inline long double expl(long double arg) { return exp(arg); } function 126 inline long double expl(long double arg) { return exp(arg); } function 164 inline long double expl(long double arg) { return exp(arg); } function
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 100 inline long double expl(long double v) { return __expl(v); } function
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
_como.h | 91 inline long double expl(long double arg) { return exp(arg); } function 126 inline long double expl(long double arg) { return exp(arg); } function 164 inline long double expl(long double arg) { return exp(arg); } function
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_cmath.h | 100 inline long double expl(long double v) { return __expl(v); } function
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/ |
_como.h | 91 inline long double expl(long double arg) { return exp(arg); } function 126 inline long double expl(long double arg) { return exp(arg); } function 164 inline long double expl(long double arg) { return exp(arg); } function
|
/external/bison/darwin-lib/ |
math.h | 860 # undef expl 861 _GL_FUNCDECL_SYS (expl, long double, (long double x)); 863 _GL_CXXALIAS_SYS (expl, long double, (long double x)); 864 _GL_CXXALIASWARN (expl); 866 # undef expl macro 868 _GL_WARN_ON_USE (expl, "expl is unportable - " 869 "use gnulib module expl for portability"); [all...] |
/external/bison/lib/ |
math.in.h | 548 # undef expl macro 549 _GL_FUNCDECL_SYS (expl, long double, (long double x)); 551 _GL_CXXALIAS_SYS (expl, long double, (long double x)); 552 _GL_CXXALIASWARN (expl); variable 554 # undef expl macro 556 _GL_WARN_ON_USE (expl, "expl is unportable - " 557 "use gnulib module expl for portability"); [all...] |
/external/bison/linux-lib/ |
math.h | 860 # undef expl 861 _GL_FUNCDECL_SYS (expl, long double, (long double x)); 863 _GL_CXXALIAS_SYS (expl, long double, (long double x)); 864 _GL_CXXALIASWARN (expl); 866 # undef expl macro 868 _GL_WARN_ON_USE (expl, "expl is unportable - " 869 "use gnulib module expl for portability"); [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
c++config.h | 423 /* Define to 1 if you have the `expl' function. */ 1188 # define expl macro [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
c++config.h | 423 /* Define to 1 if you have the `expl' function. */ 1188 # define expl macro [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
c++config.h | 423 /* Define to 1 if you have the `expl' function. */ 1188 # define expl macro [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
c++config.h | 423 /* Define to 1 if you have the `expl' function. */ 1188 # define expl macro [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/ |
c++config.h | 423 /* Define to 1 if you have the `expl' function. */ 1188 # define expl macro [all...] |