Home
last modified time | relevance | path

Searched refs:NonEmpty (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/SemaCXX/
Ddcl_init_aggr.cpp120 struct NonEmpty { struct
125 NonEmpty a, b; argument
/external/clang/test/CodeGenCXX/
Ddestructors.cpp128 struct NonEmpty { int x; }; // trivial destructor, non-empty struct
146 struct P : NonEmpty, A { ~P(); };
/external/libchrome/mojo/public/cpp/base/
Dstring16_unittest.cc24 TEST(String16Test, NonEmpty) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DShadowCallStack.cpp287 const MachineBasicBlock *NonEmpty = MBB.empty() ? MBB.getFallThrough() : &MBB; in runOnMachineFunction() local
288 const DebugLoc &DL = NonEmpty->front().getDebugLoc(); in runOnMachineFunction()
/external/clang/lib/StaticAnalyzer/Checkers/
DBasicObjCFoundationChecks.cpp1073 if (const bool *NonEmpty = State->get<ContainerNonEmptyMap>(ContainerS)) { in checkPostObjCMessage() local
1075 State = assumeCollectionNonEmpty(C, State, ContainerS, *NonEmpty); in checkPostObjCMessage()