HomeSort by relevance Sort by last modified time
    Searched full:nontrivial (Results 1 - 25 of 189) sorted by null

1 2 3 4 5 6 7 8

  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p14.cpp 25 struct NonTrivial {
26 NonTrivial();
27 NonTrivial(const NonTrivial &);
28 ~NonTrivial();
33 CopyCtorDefault(const CopyCtorDefault&, NonTrivial nt = NonTrivial());
  /external/clang/test/SemaTemplate/
instantiate-decl-init.cpp 38 struct NonTrivial {
39 NonTrivial();
40 ~NonTrivial();
44 NonTrivial array[N];
  /external/clang/test/CXX/special/class.copy/
p11.0x.copy.cpp 3 struct NonTrivial {
4 NonTrivial(const NonTrivial&);
11 NonTrivial NT; // expected-note{{copy constructor of union 'DeletedNTVariant' is implicitly deleted because field 'NT' has a non-trivial copy constructor}}
19 NonTrivial NT; // expected-note{{copy constructor of union 'DeletedNTVariant2' is implicitly deleted because field 'NT' has a non-trivial copy constructor}}
p11.0x.move.cpp 3 struct NonTrivial {
4 NonTrivial(NonTrivial&&);
11 NonTrivial NT;
18 NonTrivial NT;
  /external/chromium/chrome/browser/ui/cocoa/
clickhold_button_cell_unittest.mm 48 // tracking loop (i.e., |-trackMouse:...|), which is the nontrivial part.
  /external/stlport/src/
stdio_streambuf.h 31 // the codecvt<char, char, mbstate_t> facet performs a nontrivial
35 // codecvt<char, char, mbstate_t> does something nontrivial are a rare
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.h 31 // the codecvt<char, char, mbstate_t> facet performs a nontrivial
35 // codecvt<char, char, mbstate_t> does something nontrivial are a rare
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
hash_bytes.h 41 // Hash function implementation for the nontrivial specialization.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
hash_bytes.h 41 // Hash function implementation for the nontrivial specialization.
  /bionic/libm/man/
feenableexcept.3 94 nontrivial ways.
  /external/clang/test/SemaCXX/
discrim-union.cpp 79 // FIXME: declare a destructor iff any element has a nontrivial destructor
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMFixupKinds.h 74 // fixup_arm_condbl - Fixup for ARM BL instructions with nontrivial
  /external/v8/test/mjsunit/
fuzz-natives.js 129 // These functions do nontrivial error checking in recursive calls,
  /ndk/sources/host-tools/sed-4.2.1/lib/
file-has-acl.c 1 /* Test whether a file has a nontrivial access control list.
270 /* Return 1 if NAME has a nontrivial access control list, 0 if NAME
  /external/clang/test/CXX/special/class.ctor/
p5-0x.cpp 146 static_assert(__has_trivial_constructor(Trivial), "Trivial is nontrivial");
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 44 /// destination. This is a nontrivial operation because the successors of this
  /external/chromium/chrome/browser/tab_contents/
thumbnail_generator.cc 134 // The BrowserProcessImpl creates this non-lazily. If you add nontrivial
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/mesa3d/src/glsl/
ir_to_llvm.cpp 1233 bool nontrivial = false; local
    [all...]
  /external/bison/doc/
fdl.texi 444 If your document contains nontrivial examples of program code, we
  /external/chromium/app/sql/
connection.h 215 // take a nontrivial amount of work to parse and compile a statement, so
  /external/llvm/lib/Analysis/IPA/
GlobalsModRef.cpp 201 /// (really, their address passed to something nontrivial), record this fact,
  /external/llvm/lib/CodeGen/
Passes.cpp 336 /// with nontrivial configuration or multiple passes are broken out below in
  /external/valgrind/main/
COPYING.DOCS 394 If your document contains nontrivial examples of program code, we
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 439 * a Cursor. Looking up the person_id is nontrivial (compared to all

Completed in 1026 milliseconds

1 2 3 4 5 6 7 8