Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 25 of 3053) sorted by relevance

12345678910>>...123

/external/llvm/test/CodeGen/PowerPC/
Demptystruct.ll3 ; This tests correct handling of empty aggregate parameters and return values.
4 ; An empty parameter passed by value does not consume a protocol register or
5 ; a parameter save area doubleword. An empty parameter passed by reference
6 ; is treated as any other pointer parameter. An empty aggregate return value
15 %struct.empty = type {}
17 define void @callee(%struct.empty* noalias sret %agg.result, %struct.empty* byval %a1, %struct.empt…
19 %a2.addr = alloca %struct.empty*, align 8
20 store %struct.empty* %a2, %struct.empty** %a2.addr, align 8
21 %0 = load %struct.empty*, %struct.empty** %a2.addr, align 8
22 %1 = bitcast %struct.empty* %agg.result to i8*
[all …]
/external/mesa3d/src/glsl/glcpp/tests/
D068-accidental-pasting.c1 #define empty macro
2 <empty<
3 <empty=
4 >empty>
5 >empty=
6 =empty=
7 !empty=
8 &empty&
9 |empty|
10 +empty+
[all …]
/external/icu/icu4c/source/test/intltest/
Dstrtest.cpp177 StringPiece empty; in TestStringPiece() local
178 if(!empty.empty() || empty.data()!=NULL || empty.length()!=0 || empty.size()!=0) { in TestStringPiece()
183 if(!null.empty() || null.data()!=NULL || null.length()!=0 || null.size()!=0) { in TestStringPiece()
189 if(abc.empty() || abc.data()!=abc_chars || abc.length()!=3 || abc.size()!=3) { in TestStringPiece()
195 if(abcd.empty() || abcd.data()!=abcdefg_chars || abcd.length()!=4 || abcd.size()!=4) { in TestStringPiece()
202 …if(uvwxyz.empty() || uvwxyz.data()!=uvwxyz_string.data() || uvwxyz.length()!=6 || uvwxyz.size()!=6… in TestStringPiece()
208 if(sp.empty() || sp.data()!=abcdefg_chars || sp.length()!=4 || sp.size()!=4) { in TestStringPiece()
212 if(!sp.empty() || sp.length()!=0 || sp.size()!=0) { in TestStringPiece()
216 if(sp.empty() || sp.data()!=abcdefg_chars+2 || sp.length()!=2 || sp.size()!=2) { in TestStringPiece()
221 if(sp.empty() || sp.data()!=abcdefg_chars || sp.length()!=4 || sp.size()!=4) { in TestStringPiece()
[all …]
/external/llvm/test/CodeGen/X86/
Dcpus.ll10 …x86_64-unknown-unknown -mcpu=nocona 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --allow-empty
11 …=x86_64-unknown-unknown -mcpu=core2 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --allow-empty
12 …x86_64-unknown-unknown -mcpu=penryn 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --allow-empty
13 …86_64-unknown-unknown -mcpu=nehalem 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --allow-empty
14 …6_64-unknown-unknown -mcpu=westmere 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --allow-empty
15 …4-unknown-unknown -mcpu=sandybridge 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --allow-empty
16 …_64-unknown-unknown -mcpu=ivybridge 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --allow-empty
17 …86_64-unknown-unknown -mcpu=haswell 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --allow-empty
18 …_64-unknown-unknown -mcpu=broadwell 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --allow-empty
19 …86_64-unknown-unknown -mcpu=bonnell 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --allow-empty
[all …]
/external/deqp/executor/tools/
DxeMergeTestLogs.cpp76 if (!info.targetName.empty()) combinedInfo.targetName = info.targetName; in setSessionInfo()
77 if (!info.releaseId.empty()) combinedInfo.releaseId = info.releaseId; in setSessionInfo()
78 if (!info.releaseName.empty()) combinedInfo.releaseName = info.releaseName; in setSessionInfo()
79 if (!info.candyTargetName.empty()) combinedInfo.candyTargetName = info.candyTargetName; in setSessionInfo()
80 if (!info.configName.empty()) combinedInfo.configName = info.configName; in setSessionInfo()
81 if (!info.resultName.empty()) combinedInfo.resultName = info.resultName; in setSessionInfo()
82 if (!info.timestamp.empty()) combinedInfo.timestamp = info.timestamp; in setSessionInfo()
86 if (combinedInfo.targetName.empty()) combinedInfo.targetName = info.targetName; in setSessionInfo()
87 if (combinedInfo.releaseId.empty()) combinedInfo.releaseId = info.releaseId; in setSessionInfo()
88 if (combinedInfo.releaseName.empty()) combinedInfo.releaseName = info.releaseName; in setSessionInfo()
[all …]
/external/llvm/unittests/Bitcode/
DBitReaderTest.cpp73 EXPECT_FALSE(M->getFunction("func")->empty()); in TEST()
79 EXPECT_TRUE(M->getFunction("func")->empty()); in TEST()
100 EXPECT_FALSE(M->getFunction("func")->empty()); in TEST()
119 EXPECT_TRUE(M->getFunction("before")->empty()); in TEST()
120 EXPECT_TRUE(M->getFunction("func")->empty()); in TEST()
125 EXPECT_FALSE(M->getFunction("func")->empty()); in TEST()
126 EXPECT_TRUE(M->getFunction("other")->empty()); in TEST()
131 EXPECT_FALSE(M->getFunction("func")->empty()); in TEST()
151 EXPECT_TRUE(M->getFunction("after")->empty()); in TEST()
152 EXPECT_TRUE(M->getFunction("func")->empty()); in TEST()
[all …]
/external/libcxx/test/std/iterators/iterator.container/
Dempty.pass.cpp29 assert ( std::empty(c) == c.empty()); in test_const_container()
35 assert ( std::empty(c) == (c.size() == 0)); in test_const_container()
41 assert ( std::empty(c) == c.empty()); in test_container()
47 assert ( std::empty(c) == (c.size() == 0)); in test_container()
53 assert (!std::empty(array)); in test_const_array()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_list.h36 bool empty() const { return size_ == 0; } in empty() function
40 if (empty()) { in push_back()
53 if (empty()) { in push_front()
65 CHECK(!empty()); in pop_front()
77 if (l->empty()) in append_front()
79 if (empty()) { in append_front()
81 } else if (!l->empty()) { in append_front()
91 if (l->empty()) in append_back()
93 if (empty()) { in append_back()
Dsanitizer_bitvector.h31 bool empty() const { return bits_ == 0; } in empty() function
50 CHECK(!empty()); in getAndClearFirstOne()
92 bool hasNext() const { return !bv_.empty(); } in hasNext()
136 bool empty() const { in empty() function
138 if (!l1_[i].empty()) in empty()
167 if (l2_[i0][i1].empty()) in clearBit()
184 if (l1_[i0].empty()) continue; in getAndClearFirstOne()
187 if (!l2_[i0][i1].empty()) in getAndClearFirstOne()
202 while (!t.empty()) { in setUnion()
219 if (!l1_[i0].empty()) { in setIntersection()
[all …]
/external/libcxx/test/std/containers/associative/set/
Dempty.pass.cpp26 assert(m.empty()); in main()
28 assert(!m.empty()); in main()
30 assert(m.empty()); in main()
36 assert(m.empty()); in main()
38 assert(!m.empty()); in main()
40 assert(m.empty()); in main()
/external/libcxx/test/std/containers/associative/multiset/
Dempty.pass.cpp26 assert(m.empty()); in main()
28 assert(!m.empty()); in main()
30 assert(m.empty()); in main()
36 assert(m.empty()); in main()
38 assert(!m.empty()); in main()
40 assert(m.empty()); in main()
/external/marisa-trie/tests/
Dtail-test.cc16 ASSERT(tail.empty()); in TestBinaryTail()
23 ASSERT(tail.empty()); in TestBinaryTail()
32 ASSERT(!tail.empty()); in TestBinaryTail()
44 ASSERT(!tail.empty()); in TestBinaryTail()
54 ASSERT(!tail.empty()); in TestBinaryTail()
72 ASSERT(!tail.empty()); in TestBinaryTail()
79 ASSERT(!tail.empty()); in TestBinaryTail()
91 ASSERT(tail.empty()); in TestBinaryTail()
99 ASSERT(!tail.empty()); in TestBinaryTail()
111 ASSERT(!tail.empty()); in TestBinaryTail()
[all …]
/external/marisa-trie/v0_1_5/tests/
Dtail-test.cc16 ASSERT(tail.empty()); in TestBinaryTail()
23 ASSERT(tail.empty()); in TestBinaryTail()
32 ASSERT(!tail.empty()); in TestBinaryTail()
44 ASSERT(!tail.empty()); in TestBinaryTail()
54 ASSERT(!tail.empty()); in TestBinaryTail()
72 ASSERT(!tail.empty()); in TestBinaryTail()
79 ASSERT(!tail.empty()); in TestBinaryTail()
92 ASSERT(tail.empty()); in TestBinaryTail()
100 ASSERT(!tail.empty()); in TestBinaryTail()
113 ASSERT(!tail.empty()); in TestBinaryTail()
[all …]
/external/libcxx/test/std/containers/associative/multimap/
Dempty.pass.cpp26 assert(m.empty()); in main()
28 assert(!m.empty()); in main()
30 assert(m.empty()); in main()
36 assert(m.empty()); in main()
38 assert(!m.empty()); in main()
40 assert(m.empty()); in main()
/external/libcxx/test/std/containers/associative/map/map.access/
Dempty.pass.cpp26 assert(m.empty()); in main()
28 assert(!m.empty()); in main()
30 assert(m.empty()); in main()
36 assert(m.empty()); in main()
38 assert(!m.empty()); in main()
40 assert(m.empty()); in main()
/external/skia/src/gpu/
DGrClipMaskCache.h27 while (!fStack.empty()) { in ~GrClipMaskCache()
54 if (fStack.empty()) { in reset()
75 if (!fStack.empty()) { in pop()
85 if (fStack.empty()) { in getLastClipGenID()
94 if (fStack.empty()) { in getLastMask()
106 if (fStack.empty()) { in getLastMask()
120 if (fStack.empty()) { in acquireMask()
132 if (fStack.empty()) { in getLastMaskWidth()
148 if (fStack.empty()) { in getLastMaskHeight()
164 if (fStack.empty()) { in getLastBound()
/external/v8/test/mjsunit/harmony/
Darrow-functions.js26 var empty = () => {}; function
27 assertEquals(undefined, empty());
31 assertEquals(empty, identity(empty));
39 assertEquals(empty, key_maker(empty).key);
/external/openfst/src/bin/
Dfstrelabel.cc77 if (!FLAGS_relabel_isymbols.empty() || !FLAGS_relabel_osymbols.empty()) { in main()
79 const SymbolTable* old_isymbols = FLAGS_isymbols.empty() in main()
82 const SymbolTable* relabel_isymbols = FLAGS_relabel_isymbols.empty() in main()
87 const SymbolTable* old_osymbols = FLAGS_osymbols.empty() in main()
90 const SymbolTable* relabel_osymbols = FLAGS_relabel_osymbols.empty() in main()
102 if (!FLAGS_relabel_ipairs.empty()) { in main()
107 if (!FLAGS_relabel_opairs.empty()) { in main()
/external/clang/lib/Basic/
DVersion.cpp40 if (URL.empty()) { in getClangRepositoryPath()
95 if (!Path.empty() || !Revision.empty()) { in getClangFullRepositoryVersion()
97 if (!Path.empty()) in getClangFullRepositoryVersion()
99 if (!Revision.empty()) { in getClangFullRepositoryVersion()
100 if (!Path.empty()) in getClangFullRepositoryVersion()
108 if (!LLVMRev.empty() && LLVMRev != Revision) { in getClangFullRepositoryVersion()
111 if (!LLVMRepo.empty()) in getClangFullRepositoryVersion()
/external/valgrind/none/tests/
Dempty-exe.vgtest1 # Bug 162020: running an empty executable used to crash Valgrind. Note that
5 # is empty.
6 prereq: touch empty-exe && chmod u+x empty-exe
7 prog: empty-exe
9 cleanup: rm -f empty-exe
/external/llvm/test/TableGen/
DLoLoL.td8 class Derived<list<int> v> : Base<!if(!empty(v),[0],v)>;
11 def ONE : Derived<!if(!empty(v),[]<int>,!if(!empty(!head(v)),[]<int>,v[0][0]))>;
12 …def TWO : Derived<!if(!empty(v),[]<int>,!if(!empty(!tail(v)),!if(!empty(!head(v)),[]<int>,v[0][0])…
/external/google-breakpad/src/common/linux/
Dgoogle_crashdump_uploader.cc124 if (!ptime_.empty()) { in Init()
127 if (!ctime_.empty()) { in Init()
130 if (!email_.empty()) { in Init()
133 if (!comments_.empty()) { in Init()
140 if (product_.empty()) { in CheckRequiredParametersArePresent()
144 if (version_.empty()) { in CheckRequiredParametersArePresent()
148 if (guid_.empty()) { in CheckRequiredParametersArePresent()
152 if (minidump_pathname_.empty()) { in CheckRequiredParametersArePresent()
156 if (!error_text.empty()) { in CheckRequiredParametersArePresent()
/external/google-breakpad/src/processor/
Dcfi_frame_info.cc56 if (cfa_rule_.empty() || ra_rule_.empty()) in FindCallerRegs()
107 if (!cfa_rule_.empty()) { in Serialize()
110 if (!ra_rule_.empty()) { in Serialize()
149 if (!name_.empty() || !expression_.empty()) { in Parse()
157 if (!expression_.empty()) in Parse()
166 if (name_.empty() || expression_.empty()) return false; in Report()
/external/llvm/test/DebugInfo/PDB/
Dpdbdump-flags.test1 ; RUN: llvm-pdbdump %p/Inputs/empty.pdb | FileCheck %s -check-prefix=NO_ARGS
2 ; RUN: llvm-pdbdump -types %p/Inputs/empty.pdb | FileCheck %s -check-prefix=TYPES
3 ; RUN: llvm-pdbdump -compilands %p/Inputs/empty.pdb | FileCheck %s -check-prefix=COMPILANDS
4 ; RUN: llvm-pdbdump -types -compilands %p/Inputs/empty.pdb | FileCheck %s -check-prefix=MULTIPLE
7 ; NO_ARGS: empty.pdb
16 ; TYPES: empty.pdb
25 ; COMPILANDS: empty.pdb
34 ; MULTIPLE: empty.pdb
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_list_test.cc60 CHECK(l->empty()); in CheckList()
83 CHECK(l.empty()); in TEST()
91 CHECK(l.empty()); in TEST()
108 CHECK(l.empty()); in TEST()
125 CHECK(l.empty()); in TEST()
133 CHECK(l1.empty()); in TEST()
134 CHECK(l2.empty()); in TEST()
137 CHECK(l1.empty()); in TEST()
138 CHECK(l2.empty()); in TEST()
147 CHECK(l2.empty()); in TEST()
[all …]

12345678910>>...123