/external/llvm-project/clang/test/PCH/ |
D | thread-safety-attrs.cpp | 104 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/ |
D | thread-safety-attrs.cpp | 104 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/ |
D | live-variables.cpp | 9 int getBool(); 18 if (p != 0 && getBool() && foo().m && getBool()) { in test()
|
D | live-variables.m | 8 int getBool(); function 19 if ((p != 0) && (getBool()) && ([filename lastPathComponent]) && (getBool())) {
|
D | svalbuilder-logic.c | 13 extern int getBool(); in pr15863() 14 _Bool a = getBool(); in pr15863()
|
/external/clang/test/Analysis/ |
D | live-variables.cpp | 9 int getBool(); 18 if (p != 0 && getBool() && foo().m && getBool()) { in test()
|
D | live-variables.m | 8 int getBool(); function 19 if ((p != 0) && (getBool()) && ([filename lastPathComponent]) && (getBool())) {
|
D | svalbuilder-logic.c | 13 extern int getBool(); in pr15863() 14 _Bool a = getBool(); in pr15863()
|
/external/deqp/modules/egl/ |
D | teglChooseConfigTests.cpp | 373 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/ |
D | GPBDictionaryTests+Int32.m | 1532 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 …]
|
D | GPBDictionaryTests+String.m | 1532 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 …]
|
D | GPBDictionaryTests+UInt32.m | 1532 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 …]
|
D | GPBDictionaryTests+UInt64.m | 1532 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 …]
|
D | GPBDictionaryTests+Int64.m | 1532 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 …]
|
D | GPBDictionaryTests+Bool.m | 1277 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/ |
D | multiple-backedges-hal.ll | 32 declare i1 @getBool() readnone 64 %KeepGoing = call i1 @getBool() 68 %KeepGoing.Tail = call i1 @getBool()
|
/external/llvm/test/Transforms/Util/MemorySSA/ |
D | multiple-backedges-hal.ll | 32 declare i1 @getBool() readnone 64 %KeepGoing = call i1 @getBool() 68 %KeepGoing.Tail = call i1 @getBool()
|
/external/llvm-project/clang/test/CodeGenObjCXX/ |
D | arc-list-init-destruct.mm | 18 bool getBool() { function 35 return {{g}, getBool()};
|
/external/deqp/modules/gles2/functional/ |
D | es2fDebugMarkerTests.cpp | 128 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/ |
D | warn-thread-safety-analysis.cpp | 147 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 …]
|
D | warn-logical-not-compare.cpp | 4 bool getBool(); 117 ret = !getBool() == b1; in test1()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | warn-thread-safety-analysis.cpp | 132 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 …]
|
D | warn-logical-not-compare.cpp | 4 bool getBool(); 117 ret = !getBool() == b1; in test1()
|
/external/skia/src/sksl/ |
D | SkSLASTNode.cpp | 32 return getBool() ? "true" : "false"; in description() 119 if (getBool()) { in description() 193 if (getBool()) { in description()
|
/external/deqp/framework/randomshaders/ |
D | rsgToken.hpp | 150 bool getBool (void) const; 217 inline bool Token::getBool (void) const in getBool() function in rsg::Token
|