Searched defs:expl (Results 1 - 9 of 9) sorted by relevance

/external/checkpolicy/test/
H A Ddispol.c234 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/
H A Dp5-0x.cpp30 } 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/
H A Dhierarchy.c335 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/config/
H A D_como.h91 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/stlport/stlport/stl/
H A D_cmath.h100 inline long double expl(long double v) { return __expl(v); } function
/external/bison/darwin-lib/
H A Dmath.h860 # 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");
/external/bison/lib/
H A Dmath.in.h548 # 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");
/external/bison/linux-lib/
H A Dmath.h860 # 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");
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h217 /// long double expl(long double x);
218 expl, enumerator in enum:llvm::LibFunc::Func

Completed in 1541 milliseconds