HomeSort by relevance Sort by last modified time
    Searched defs:trivial (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/boringssl/src/ssl/pqueue/
pqueue_test.c 22 static int trivial() { function
85 if (!trivial() || !fixed_random()) {
  /external/clang/test/CodeGenCXX/
uncopyable-args.cpp 4 namespace trivial { namespace
5 // Trivial structs should be passed directly.
14 // CHECK: alloca %"struct.trivial::A"
19 // WIN64-LABEL: declare void @"\01?foo@trivial@@YAXUA@1@@Z"(i64)
44 // The presence of a move constructor implicitly deletes the trivial copy ctor
198 // FIXME: This class has a non-trivial copy ctor and a trivial copy ctor. It's
  /external/llvm/lib/CodeGen/
Spiller.cpp 32 enum SpillerName { trivial, inline_ }; enumerator in enum:__anon5375::SpillerName
39 cl::values(clEnumVal(trivial, "trivial spiller"),
42 cl::init(trivial));
86 DEBUG(dbgs() << "Trivial spill everywhere of reg" << li->reg << "\n");
180 case trivial: return new TrivialSpiller(pass, mf, vrm);
  /external/clang/lib/Sema/
SemaType.cpp 138 /// Whether there are non-trivial modifications to the decl spec.
139 bool trivial; member in class:__anon22726::TypeProcessingState
155 trivial(true), hasSavedAttrs(false) {}
193 trivial &= savedAttrs.empty();
213 if (trivial) return;
    [all...]

Completed in 546 milliseconds