OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Tp
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
MoveChecker.cpp
497
const Type *
Tp
= ConversionDec->getConversionType().getTypePtrOrNull();
498
if (!
Tp
)
500
if (
Tp
->isBooleanType() ||
Tp
->isVoidType() ||
Tp
->isVoidPointerType())
/src/external/apache2/llvm/dist/llvm/tools/llvm-stress/
llvm-stress.cpp
208
Constant *getRandomConstant(Type *
Tp
) {
209
if (
Tp
->isIntegerTy()) {
211
return ConstantInt::getAllOnesValue(
Tp
);
212
return ConstantInt::getNullValue(
Tp
);
213
} else if (
Tp
->isFloatingPointTy()) {
215
return ConstantFP::getAllOnesValue(
Tp
);
216
return ConstantFP::getNullValue(
Tp
);
218
return UndefValue::get(
Tp
);
222
Value *getRandomValue(Type *
Tp
) {
226
if (V->getType() ==
Tp
)
[
all
...]
Completed in 28 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026