OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isa_and_nonnull
(Results
1 - 19
of
19
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
LLVM.h
60
using llvm::
isa_and_nonnull
;
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86Subtarget.cpp
92
// function so we need to use
isa_and_nonnull
.
93
if (
isa_and_nonnull
<Function>(GV))
X86InstCombineIntrinsic.cpp
377
if (
isa_and_nonnull
<UndefValue>(CElt)) {
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountDiagnostics.cpp
869
if (
isa_and_nonnull
<ParmVarDecl>(PDecl)) {
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp
330
if (llvm::
isa_and_nonnull
<CXXNewExpr>(CE)) {
759
if (llvm::
isa_and_nonnull
<NewAllocatedObjectConstructionContext>(CC) &&
ExprEngineCXX.cpp
647
if (llvm::
isa_and_nonnull
<CXXTempObjectRegion>(TargetRegion) &&
BugReporterVisitors.cpp
1911
if (llvm::
isa_and_nonnull
<CXXForRangeStmt>(NB->getTerminatorStmt()))
BugReporter.cpp
2379
if (Ranges.empty() &&
isa_and_nonnull
<Expr>(getStmt()))
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Casting.h
151
//
isa_and_nonnull
<X> - Functionally identical to isa, except that a null value
155
LLVM_NODISCARD inline bool
isa_and_nonnull
(const Y &Val) {
function in namespace:llvm
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp
497
for (;
isa_and_nonnull
<MCDataFragment>(F); F = F->getPrevNode())
666
if (
isa_and_nonnull
<MCDataFragment>(CF))
/src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
OMPIRBuilder.cpp
958
if (!
isa_and_nonnull
<BranchInst>(SplitPos))
1964
if (!
isa_and_nonnull
<BranchInst>(SplitPos))
2013
if (!
isa_and_nonnull
<BranchInst>(SplitPos))
2113
if (
isa_and_nonnull
<BranchInst>(OMP_Entry->getTerminator())) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp
1333
if (Body &&
isa_and_nonnull
<CoroutineBodyStmt>(Body))
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h
1336
isa_and_nonnull
<UndefValue>(V)))
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
2451
isa_and_nonnull
<Function>(cast<GlobalAlias>(Func)->getBaseObject()))) &&
CodeGenPrepare.cpp
4172
if (
isa_and_nonnull
<OverflowingBinaryOperator>(BinOp) &&
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
Attributor.cpp
559
if (
isa_and_nonnull
<UndefValue>(SimplifiedV.getValue())) {
/src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp
2141
else if (
isa_and_nonnull
<StringLiteral>(BaseE))
2143
else if (
isa_and_nonnull
<MaterializeTemporaryExpr>(BaseE) ||
2144
isa_and_nonnull
<LifetimeExtendedTemporaryDecl>(BaseVD))
4183
if (llvm::
isa_and_nonnull
<ParmVarDecl>(
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp
4647
if (
isa_and_nonnull
<FunctionProtoType>(FT))
SemaExpr.cpp
6516
llvm::
isa_and_nonnull
<FunctionDecl>(NDecl)
Completed in 126 milliseconds
Indexes created Thu Sep 10 00:26:39 UTC 2026