Home
last modified time | relevance | path

Searched refs:NotABool (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/test/ubsan/TestCases/Misc/
Dbool.cpp5 unsigned char NotABool = 123; variable
8 bool *p = (bool*)&NotABool; in main()
/external/llvm-project/compiler-rt/test/ubsan/TestCases/Misc/
Dbool.cpp5 unsigned char NotABool = 123; variable
8 bool *p = (bool*)&NotABool; in main()
Dbool.m6 unsigned char NotABool = 123;
9 BOOL *p = (BOOL*)&NotABool;