Home
last modified time | relevance | path

Searched refs:getBool (Results 1 – 25 of 129) sorted by relevance

123456

/external/llvm-project/clang/test/PCH/
Dthread-safety-attrs.cpp104 bool getBool();
162 if (getBool()) in sls_fun_8()
169 if (getBool()) in sls_fun_9()
177 if (getBool()) { in sls_fun_good_6()
180 if (getBool()) { in sls_fun_good_6()
181 getBool(); // EMPTY in sls_fun_good_6()
183 getBool(); // EMPTY in sls_fun_good_6()
192 while (getBool()) { in sls_fun_good_7()
194 if (getBool()) { in sls_fun_good_7()
195 if (getBool()) { in sls_fun_good_7()
[all …]
/external/clang/test/PCH/
Dthread-safety-attrs.cpp104 bool getBool();
162 if (getBool()) in sls_fun_8()
169 if (getBool()) in sls_fun_9()
177 if (getBool()) { in sls_fun_good_6()
180 if (getBool()) { in sls_fun_good_6()
181 getBool(); // EMPTY in sls_fun_good_6()
183 getBool(); // EMPTY in sls_fun_good_6()
192 while (getBool()) { in sls_fun_good_7()
194 if (getBool()) { in sls_fun_good_7()
195 if (getBool()) { in sls_fun_good_7()
[all …]
/external/llvm-project/clang/test/Analysis/
Dlive-variables.cpp9 int getBool();
18 if (p != 0 && getBool() && foo().m && getBool()) { in test()
Dlive-variables.m8 int getBool(); function
19 if ((p != 0) && (getBool()) && ([filename lastPathComponent]) && (getBool())) {
Dsvalbuilder-logic.c13 extern int getBool(); in pr15863()
14 _Bool a = getBool(); in pr15863()
/external/clang/test/Analysis/
Dlive-variables.cpp9 int getBool();
18 if (p != 0 && getBool() && foo().m && getBool()) { in test()
Dlive-variables.m8 int getBool(); function
19 if ((p != 0) && (getBool()) && ([filename lastPathComponent]) && (getBool())) {
Dsvalbuilder-logic.c13 extern int getBool(); in pr15863()
14 _Bool a = getBool(); in pr15863()
/external/deqp/modules/egl/
DteglChooseConfigTests.cpp373 static EGLint getBool (de::Random& rnd) in getBool() function in deqp::egl::ChooseConfigRandomCase
375 return rnd.getBool() ? EGL_TRUE : EGL_FALSE; in getBool()
393 api |= rnd.getBool() ? EGL_OPENGL_BIT : 0; in getApiBits()
394 api |= rnd.getBool() ? EGL_OPENGL_ES_BIT : 0; in getApiBits()
395 api |= rnd.getBool() ? EGL_OPENGL_ES2_BIT : 0; in getApiBits()
396 api |= rnd.getBool() ? EGL_OPENVG_BIT : 0; in getApiBits()
403 bits |= rnd.getBool() ? EGL_WINDOW_BIT : 0; in getSurfaceType()
404 bits |= rnd.getBool() ? EGL_PIXMAP_BIT : 0; in getSurfaceType()
405 bits |= rnd.getBool() ? EGL_PBUFFER_BIT : 0; in getSurfaceType()
426 { EGL_BIND_TO_TEXTURE_RGB, ChooseConfigRandomCase::getBool, }, in genRandomAttributes()
[all …]
/external/protobuf/objectivec/Tests/
DGPBDictionaryTests+Int32.m1532 XCTAssertFalse([dict getBool:NULL forKey:11]);
1546 XCTAssertTrue([dict getBool:NULL forKey:11]);
1547 XCTAssertTrue([dict getBool:&value forKey:11]);
1549 XCTAssertFalse([dict getBool:NULL forKey:12]);
1568 XCTAssertTrue([dict getBool:NULL forKey:11]);
1569 XCTAssertTrue([dict getBool:&value forKey:11]);
1571 XCTAssertTrue([dict getBool:NULL forKey:12]);
1572 XCTAssertTrue([dict getBool:&value forKey:12]);
1574 XCTAssertTrue([dict getBool:NULL forKey:13]);
1575 XCTAssertTrue([dict getBool:&value forKey:13]);
[all …]
DGPBDictionaryTests+String.m1532 XCTAssertFalse([dict getBool:NULL forKey:@"foo"]);
1546 XCTAssertTrue([dict getBool:NULL forKey:@"foo"]);
1547 XCTAssertTrue([dict getBool:&value forKey:@"foo"]);
1549 XCTAssertFalse([dict getBool:NULL forKey:@"bar"]);
1568 XCTAssertTrue([dict getBool:NULL forKey:@"foo"]);
1569 XCTAssertTrue([dict getBool:&value forKey:@"foo"]);
1571 XCTAssertTrue([dict getBool:NULL forKey:@"bar"]);
1572 XCTAssertTrue([dict getBool:&value forKey:@"bar"]);
1574 XCTAssertTrue([dict getBool:NULL forKey:@"baz"]);
1575 XCTAssertTrue([dict getBool:&value forKey:@"baz"]);
[all …]
DGPBDictionaryTests+UInt32.m1532 XCTAssertFalse([dict getBool:NULL forKey:1U]);
1546 XCTAssertTrue([dict getBool:NULL forKey:1U]);
1547 XCTAssertTrue([dict getBool:&value forKey:1U]);
1549 XCTAssertFalse([dict getBool:NULL forKey:2U]);
1568 XCTAssertTrue([dict getBool:NULL forKey:1U]);
1569 XCTAssertTrue([dict getBool:&value forKey:1U]);
1571 XCTAssertTrue([dict getBool:NULL forKey:2U]);
1572 XCTAssertTrue([dict getBool:&value forKey:2U]);
1574 XCTAssertTrue([dict getBool:NULL forKey:3U]);
1575 XCTAssertTrue([dict getBool:&value forKey:3U]);
[all …]
DGPBDictionaryTests+UInt64.m1532 XCTAssertFalse([dict getBool:NULL forKey:31ULL]);
1546 XCTAssertTrue([dict getBool:NULL forKey:31ULL]);
1547 XCTAssertTrue([dict getBool:&value forKey:31ULL]);
1549 XCTAssertFalse([dict getBool:NULL forKey:32ULL]);
1568 XCTAssertTrue([dict getBool:NULL forKey:31ULL]);
1569 XCTAssertTrue([dict getBool:&value forKey:31ULL]);
1571 XCTAssertTrue([dict getBool:NULL forKey:32ULL]);
1572 XCTAssertTrue([dict getBool:&value forKey:32ULL]);
1574 XCTAssertTrue([dict getBool:NULL forKey:33ULL]);
1575 XCTAssertTrue([dict getBool:&value forKey:33ULL]);
[all …]
DGPBDictionaryTests+Int64.m1532 XCTAssertFalse([dict getBool:NULL forKey:21LL]);
1546 XCTAssertTrue([dict getBool:NULL forKey:21LL]);
1547 XCTAssertTrue([dict getBool:&value forKey:21LL]);
1549 XCTAssertFalse([dict getBool:NULL forKey:22LL]);
1568 XCTAssertTrue([dict getBool:NULL forKey:21LL]);
1569 XCTAssertTrue([dict getBool:&value forKey:21LL]);
1571 XCTAssertTrue([dict getBool:NULL forKey:22LL]);
1572 XCTAssertTrue([dict getBool:&value forKey:22LL]);
1574 XCTAssertTrue([dict getBool:NULL forKey:23LL]);
1575 XCTAssertTrue([dict getBool:&value forKey:23LL]);
[all …]
DGPBDictionaryTests+Bool.m1277 XCTAssertFalse([dict getBool:NULL forKey:YES]);
1291 XCTAssertTrue([dict getBool:NULL forKey:YES]);
1292 XCTAssertTrue([dict getBool:&value forKey:YES]);
1294 XCTAssertFalse([dict getBool:NULL forKey:NO]);
1313 XCTAssertTrue([dict getBool:NULL forKey:YES]);
1314 XCTAssertTrue([dict getBool:&value forKey:YES]);
1316 XCTAssertTrue([dict getBool:NULL forKey:NO]);
1317 XCTAssertTrue([dict getBool:&value forKey:NO]);
1468 XCTAssertTrue([dict getBool:NULL forKey:YES]);
1469 XCTAssertTrue([dict getBool:&value forKey:YES]);
[all …]
/external/llvm-project/llvm/test/Analysis/MemorySSA/
Dmultiple-backedges-hal.ll32 declare i1 @getBool() readnone
64 %KeepGoing = call i1 @getBool()
68 %KeepGoing.Tail = call i1 @getBool()
/external/llvm/test/Transforms/Util/MemorySSA/
Dmultiple-backedges-hal.ll32 declare i1 @getBool() readnone
64 %KeepGoing = call i1 @getBool()
68 %KeepGoing.Tail = call i1 @getBool()
/external/llvm-project/clang/test/CodeGenObjCXX/
Darc-list-init-destruct.mm18 bool getBool() { function
35 return {{g}, getBool()};
/external/deqp/modules/gles2/functional/
Des2fDebugMarkerTests.cpp128 const bool nullTerminate = rnd.getBool(); in iterate()
129 const bool passLength = rnd.getBool(); in iterate()
130 const bool complexMsg = rnd.getBool(); in iterate()
/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp147 bool getBool();
203 if (getBool()) in sls_fun_8()
210 if (getBool()) in sls_fun_9()
218 if (getBool()) { in sls_fun_good_6()
221 if (getBool()) { in sls_fun_good_6()
222 getBool(); // EMPTY in sls_fun_good_6()
224 getBool(); // EMPTY in sls_fun_good_6()
233 while (getBool()) { in sls_fun_good_7()
235 if (getBool()) { in sls_fun_good_7()
236 if (getBool()) { in sls_fun_good_7()
[all …]
Dwarn-logical-not-compare.cpp4 bool getBool();
117 ret = !getBool() == b1; in test1()
/external/llvm-project/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp132 bool getBool();
188 if (getBool()) in sls_fun_8()
195 if (getBool()) in sls_fun_9()
203 if (getBool()) { in sls_fun_good_6()
206 if (getBool()) { in sls_fun_good_6()
207 getBool(); // EMPTY in sls_fun_good_6()
209 getBool(); // EMPTY in sls_fun_good_6()
218 while (getBool()) { in sls_fun_good_7()
220 if (getBool()) { in sls_fun_good_7()
221 if (getBool()) { in sls_fun_good_7()
[all …]
Dwarn-logical-not-compare.cpp4 bool getBool();
117 ret = !getBool() == b1; in test1()
/external/skia/src/sksl/
DSkSLASTNode.cpp32 return getBool() ? "true" : "false"; in description()
119 if (getBool()) { in description()
193 if (getBool()) { in description()
/external/deqp/framework/randomshaders/
DrsgToken.hpp150 bool getBool (void) const;
217 inline bool Token::getBool (void) const in getBool() function in rsg::Token

123456