HomeSort by: relevance | last modified time | path
    Searched defs:trivial (Results 1 - 19 of 19) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
dw2-epilogue-begin.c 18 trivial (void) function
20 asm ("trivial_label: .global trivial_label"); /* trivial function */
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
dw2-epilogue-begin.c 18 trivial (void) function
20 asm ("trivial_label: .global trivial_label"); /* trivial function */
  /src/external/gpl3/gcc/dist/libgcc/config/sh/
lib1funcs.S 1194 bf/s trivial
1215 trivial: label
1243 bf/s trivial
1273 trivial: label
1294 bf/s trivial
1313 trivial: label
  /src/external/gpl3/gcc.old/dist/libgcc/config/sh/
lib1funcs.S 1194 bf/s trivial
1215 trivial: label
1243 bf/s trivial
1273 trivial: label
1294 bf/s trivial
1313 trivial: label
  /src/sys/kern/
subr_acl_nfs4.c 384 * It's also being used to calculate a trivial ACL, by inheriting from
458 * Calculate trivial ACL in a manner compatible with PSARC/2010/029.
460 * equal to) the "canonical six" trivial ACL computed using algorithm
518 int trivial; local
527 * If the ACLs are identical, then the ACL is trivial.
531 * for files that don't have non-trivial ACLs - it's critical
539 trivial = _acls_are_equal(aclp, tmpaclp);
540 if (trivial) {
542 return (trivial);
546 * Check if it's a draft-ietf-nfsv4-minorversion1-03.txt trivial ACL
    [all...]
  /src/bin/cp/
utils.c 421 int acl_supported = 0, ret, trivial; local
450 if (acl_is_trivial_np(acl, &trivial)) {
455 if (trivial) {
476 int acl_supported = 0, ret, trivial; local
537 if (acl_is_trivial_np(acl, &trivial)) {
542 if (trivial) {
  /src/bin/ls/
print.c 518 int ret, trivial; local
571 if (acl_is_trivial_np(facl, &trivial)) {
576 if (!trivial)
  /src/external/gpl2/diffutils/dist/src/
util.c 665 bool trivial = ignore_blank_lines || ignore_regexp.fastmap;
686 for (i = next->line0; i <= l0 && trivial; i++)
693 trivial = 0;
696 for (i = next->line1; i <= l1 && trivial; i++)
703 trivial = 0;
714 if (trivial)
656 bool trivial = ignore_blank_lines || ignore_regexp.fastmap; local
  /src/external/gpl2/xcvs/dist/diff/
util.c 763 int trivial = ignore_blank_lines_flag || ignore_regexp_list;
779 for (i = next->line0; i <= l0 && trivial; i++)
792 trivial = 0;
795 for (i = next->line1; i <= l1 && trivial; i++)
808 trivial = 0;
819 if (trivial)
754 int trivial = ignore_blank_lines_flag || ignore_regexp_list; local
  /src/external/gpl3/gcc/dist/gcc/cp/
method.cc 396 /* True iff CTYPE has a trivial SFK. */
424 /* Note that CTYPE has a non-trivial SFK even though we previously thought
425 it was trivial. */
456 /* True iff FN is a trivial defaulted member function ([cd]tor, op=). */
677 bool trivial = trivial_fn_p (fndecl);
683 if (trivial)
800 bool trivial = trivial_fn_p (fndecl);
812 if (trivial
816 else if (trivial)
2062 return it if it calls something other than a trivial special membe
675 bool trivial = trivial_fn_p (fndecl); local
798 bool trivial = trivial_fn_p (fndecl); local
    [all...]
call.cc 4284 /* True iff EXPR contains any temporaries with non-trivial destruction.
4286 ??? Also ignore classes with non-trivial but no-op destruction other than
8038 with a non-trivial destructor or a (possibly multi-dimensional)
9052 /* Converting integer to real isn't a trivial conversion, either. */
9192 whether it has trivial copy or not. */
9198 with a non-trivial copy constructor or a non-trivial destructor
9219 copy constructor is trivial but not callable. */
9611 /* A trivial copy is OK. */
9830 /* Call the trivial destructor for INSTANCE, which can be either an lvalue o
10427 bool trivial = trivial_fn_p (fn); local
10860 bool trivial = trivial_type_p (desttype); local
    [all...]
  /src/external/mit/isl/dist/
isl_tab.h 265 * The region is trivial if applying "trivial" to a given sequence
271 isl_mat *trivial; member in struct:isl_trivial_region
isl_scheduler.c 2853 * non-trivial. Lower-dimensional domains may have some trivial rows,
2854 * but as soon as the number of remaining required non-trivial rows
2856 * all remaining rows need to be non-trivial.
2901 * need to be non-trivial, we construct a non-triviality region.
2914 isl_mat *trivial; local
2918 trivial = construct_trivial(node->indep);
2920 trivial = isl_mat_zero(ctx, 0, 0);
2921 graph->region[i].trivial = trivial;
4367 int trivial; local
4399 int trivial; local
5184 int trivial; local
    [all...]
isl_tab_pip.c 5034 * represents a trivial solution according to "trivial".
5035 * That is, is the result of applying "trivial" to this sequence
5039 __isl_keep isl_mat *trivial)
5045 n = isl_mat_rows(trivial);
5052 len = isl_mat_cols(trivial);
5056 v = isl_mat_vec_product(isl_mat_copy(trivial), v);
5092 /* Return the index of the first trivial region, "n_region" if all regions
5093 * are non-trivial or -1 in case of error.
5100 isl_bool trivial; local
    [all...]
isl_aff.c 6839 /* Does "mpa" have a non-trivial explicit domain?
6841 * The explicit domain, if present, is trivial if it represents
8724 /* Does "mupa" have a non-trivial explicit domain?
8726 * The explicit domain, if present, is trivial if it represents
8732 isl_bool is_params, trivial; local
8743 trivial = isl_set_plain_is_universe(set);
8745 return isl_bool_not(trivial);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
method.cc 396 /* True iff CTYPE has a trivial SFK. */
424 /* Note that CTYPE has a non-trivial SFK even though we previously thought
425 it was trivial. */
456 /* True iff FN is a trivial defaulted member function ([cd]tor, op=). */
677 bool trivial = trivial_fn_p (fndecl);
683 if (trivial)
800 bool trivial = trivial_fn_p (fndecl);
806 if (trivial
810 else if (trivial)
2040 return it if it calls something other than a trivial special membe
675 bool trivial = trivial_fn_p (fndecl); local
798 bool trivial = trivial_fn_p (fndecl); local
2915 bool trivial, constexpr_, deleted; local
2918 false, &spec, &trivial, &deleted, &constexpr_, local
    [all...]
call.cc 7443 with a non-trivial destructor or a (possibly multi-dimensional)
8420 /* Converting integer to real isn't a trivial conversion, either. */
8556 whether it has trivial copy or not. */
8562 with a non-trivial copy constructor or a non-trivial destructor
8583 copy constructor is trivial but not callable. */
8957 /* A trivial copy is OK. */
9129 /* Call the trivial destructor for INSTANCE, which can be either an lvalue of
9153 /* A trivial destructor should still clobber the object. */
9719 bool trivial = trivial_fn_p (fn) local
10179 bool trivial = trivial_type_p (desttype); local
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonConstExtenders.cpp 297 // Expression is trivial if it does not modify the extender.
298 bool trivial() const { function in struct:__anon4852::HexagonConstExtenders::ExtExpr
1132 // precludes any non-trivial range.
1406 // descriptor's subexpression is non-trivial: it can be the entire
1413 // Skip trivial initializers.
1414 if (P.first.second.trivial())
1416 // If the corresponding trivial initializer does not exist, skip this
1547 if (Ex.trivial()) {
1884 if (Diff == 0 && DefEx.trivial() && !IsAbs && !IsAbsSet)
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 167 /// Whether there are non-trivial modifications to the decl spec.
168 bool trivial; member in class:__anon3239::TypeProcessingState
201 chunkIndex(declarator.getNumTypeObjects()), trivial(true),
239 trivial &= savedAttrs.empty();
325 if (trivial) return;
6663 // Doing this does means we miss some trivial consistency checks that
8761 // class type must have a trivial destructor (which can't be checked until
8774 // cannot have any constexpr constructors or a trivial default constructor,
8805 // All fields and bases are of literal types, so have trivial or constexpr
8806 // destructors. If this class's destructor is non-trivial / non-constexpr
    [all...]

Completed in 90 milliseconds