OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Int1
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
MDBuilder.cpp
118
Type *
Int1
= Type::getInt1Ty(Context);
119
Ops.push_back(createConstant(ConstantInt::get(
Int1
, VarArgArePassed)));
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTStructuralEquivalence.cpp
1208
const auto *
Int1
= cast<ExtIntType>(T1);
1211
if (
Int1
->isUnsigned() != Int2->isUnsigned() ||
1212
Int1
->getNumBits() != Int2->getNumBits())
1217
const auto *
Int1
= cast<DependentExtIntType>(T1);
1220
if (
Int1
->isUnsigned() != Int2->isUnsigned() ||
1221
!IsStructurallyEquivalent(Context,
Int1
->getNumBitsExpr(),
Completed in 17 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026