OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TheFalseVal
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
Constants.cpp
856
if (!pImpl->
TheFalseVal
)
857
pImpl->
TheFalseVal
= ConstantInt::get(Type::getInt1Ty(Context), 0);
858
return pImpl->
TheFalseVal
;
LLVMContextImpl.h
1424
ConstantInt *
TheFalseVal
= nullptr;
Completed in 36 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026