OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getStart
(Results
1 - 25
of
48
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/lib/AST/
FormatStringParsing.h
83
const char *
getStart
() const { return Start; }
ScanfFormatString.cpp
560
if (!H.HandleScanfSpecifier(FSR.getValue(), FSR.
getStart
(),
561
I - FSR.
getStart
())) {
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Dominators.h
97
const BasicBlock *
getStart
() const {
123
return hash_combine(BBInfo::getHashValue(Edge.
getStart
()),
128
return BBInfo::isEqual(LHS.
getStart
(), RHS.
getStart
()) &&
/src/external/apache2/llvm/dist/llvm/lib/IR/
Dominators.cpp
204
const BasicBlock *Start = BBE.
getStart
();
255
PN->getIncomingBlock(U) == BBE.
getStart
())
346
if (BBE1.
getStart
() == BBE2.
getStart
() && BBE1.getEnd() == BBE2.getEnd())
348
return dominates(BBE1, BBE2.
getStart
());
/src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag.cc
233
Best->
getStart
().getMemoryLocation() >
234
Ranges[I].
getStart
().getMemoryLocation()))
258
Min = __sanitizer::Min(Ranges[I].
getStart
().getMemoryLocation(), Min);
290
if (InRange && InRange->
getStart
().getMemoryLocation() < P)
292
if (InRange && InRange->
getStart
().getMemoryLocation() <= P)
313
if (InRange && InRange->
getStart
().getMemoryLocation() == P) {
ubsan_diag.h
111
Location
getStart
() const { return Start; }
/src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_diag.cpp
240
Best->
getStart
().getMemoryLocation() >
241
Ranges[I].
getStart
().getMemoryLocation()))
265
Min = __sanitizer::Min(Ranges[I].
getStart
().getMemoryLocation(), Min);
297
if (InRange && InRange->
getStart
().getMemoryLocation() < P)
299
if (InRange && InRange->
getStart
().getMemoryLocation() <= P)
320
if (InRange && InRange->
getStart
().getMemoryLocation() == P) {
ubsan_diag.h
110
Location
getStart
() const { return Start; }
/src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_diag.cpp
246
Best->
getStart
().getMemoryLocation() >
247
Ranges[I].
getStart
().getMemoryLocation()))
271
Min = __sanitizer::Min(Ranges[I].
getStart
().getMemoryLocation(), Min);
303
if (InRange && InRange->
getStart
().getMemoryLocation() < P)
305
if (InRange && InRange->
getStart
().getMemoryLocation() <= P)
326
if (InRange && InRange->
getStart
().getMemoryLocation() == P) {
ubsan_diag.h
110
Location
getStart
() const { return Start; }
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CoverageMappingGen.cpp
270
SourceLocation
getStart
(const Stmt *S) {
490
SourceLocation Start =
getStart
(Body);
689
SourceLocation StartLoc =
getStart
(S);
732
popRegions(pushRegion(Counter::getZero(),
getStart
(C), getEnd(C),
736
popRegions(pushRegion(TrueCnt,
getStart
(C), getEnd(C), FalseCnt));
747
popRegions(pushRegion(TrueCnt,
getStart
(SC), SC->getColonLoc(), FalseCnt));
855
SourceLocation StartLoc =
getStart
(S);
975
auto Gap = findGapAreaBetween(getEnd(LastStmt),
getStart
(Child));
994
if (Body && SM.isInSystemHeader(SM.getSpellingLoc(
getStart
(Body))))
1040
SourceLocation Start =
getStart
(S)
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
FormatString.h
92
const char *
getStart
() const {
199
const char *
getStart
() const {
204
return StringRef(
getStart
(), getLength());
364
const char *
getStart
() const {
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolutionAliasAnalysis.cpp
107
return GetBaseValue(AR->
getStart
());
DependenceAnalysis.cpp
894
const SCEV *Start = AddRec->
getStart
();
1052
if (SE->isKnownNonNegative(AddRec->
getStart
()) &&
2149
const SCEV *SrcConst = SrcAddRec->
getStart
();
2150
const SCEV *DstConst = DstAddRec->
getStart
();
2172
const SCEV *SrcConst = SrcAddRec->
getStart
();
2182
const SCEV *DstConst = DstAddRec->
getStart
();
2226
SrcConst = SrcAddRec->
getStart
();
2229
DstConst = DstAddRec->
getStart
();
2235
dyn_cast<SCEVAddRecExpr>(SrcAddRec->
getStart
())) {
2236
SrcConst = tmpAddRec->
getStart
();
[
all
...]
LoopCacheAnalysis.cpp
89
const SCEV *Start = AR->
getStart
();
373
AccessFn = SE.getAddRecExpr(AccessFnAR->
getStart
(),
454
const SCEV *Start = AR->
getStart
();
IVUsers.cpp
73
return isInteresting(AR->
getStart
(), I, L, SE, LI) &&
399
return findAddRecForLoop(AR->
getStart
(), L);
ScalarEvolutionDivision.cpp
135
divide(SE, Numerator->
getStart
(), Denominator, &StartQ, &StartR);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopPredication.cpp
449
auto *Start = dyn_cast<SCEVConstant>(LatchCheck.IV->
getStart
());
573
const SCEV *GuardStart = RangeCheck.IV->
getStart
();
575
const SCEV *LatchStart = LatchCheck.IV->
getStart
();
616
const SCEV *GuardStart = RangeCheck.IV->
getStart
();
618
const SCEV *LatchStart = LatchCheck.IV->
getStart
();
666
SE->isKnownPredicate(ICmpInst::ICMP_ULE, RC.IV->
getStart
(), RC.Limit))
AlignmentFromAssumptions.cpp
163
const SCEV *DiffStartSCEV = DiffARSCEV->
getStart
();
InductiveRangeCheckElimination.cpp
403
IRC.Begin = IndexAddRec->
getStart
();
831
const SCEV *ExtendedStart = SE.getSignExtendExpr(AR->
getStart
(), WideTy);
835
bool NoSignedWrap = ExtendAfterOp->
getStart
() == ExtendedStart &&
869
const SCEV *StartNext = IndVarBase->
getStart
();
1614
const SCEV *A = NoopOrExtend(IndVar->
getStart
(), RCType, SE, IsLatchSigned);
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCLoopInstrFormPrep.cpp
515
if (!SE->isLoopInvariant(BasePtrSCEV->
getStart
(), L))
531
SE->getMinusSCEV(BasePtrSCEV->
getStart
(), BasePtrIncSCEV);
533
BasePtrStartSCEV = BasePtrSCEV->
getStart
();
777
PHIBasePtrSCEV->
getStart
() == BasePtrStartSCEV) {
783
SE->getMinusSCEV(PHIBasePtrSCEV->
getStart
(), BasePtrStartSCEV));
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
MachOPlatform.cpp
297
R.
getStart
(), R.getSize() / G.getPointerSize());
335
if (auto Addr = jitlink::SectionRange(*ObjCImageInfoSec).
getStart
())
/src/external/apache2/llvm/dist/llvm/lib/Support/
MemoryBuffer.cpp
196
const char *
getStart
(uint64_t Len, uint64_t Offset) {
206
const char *Start =
getStart
(Len, Offset);
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64A57FPLoadBalancing.cpp
243
MachineInstr *
getStart
() const { return StartInst; }
253
MachineBasicBlock::iterator begin() const { return
getStart
(); }
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp
344
const SCEV *Start = A->
getStart
();
395
const SCEV *Start = A->
getStart
();
922
Base = A->
getStart
();
1158
if (SE.getAddExpr(Requested->
getStart
(),
1317
expandCodeForImpl(Normalized->
getStart
(), ExpandTy,
1404
const SCEV *Start = Normalized->
getStart
();
1514
expandCodeForImpl(Normalized->
getStart
(), TruncTy, false), Result);
1585
if (!S->
getStart
()->isZero()) {
1593
const SCEV *Base = S->
getStart
();
1613
const SCEV *AddExprLHS = SE.getUnknown(expand(S->
getStart
()));
[
all
...]
Completed in 66 milliseconds
1
2
Indexes created Tue Feb 24 08:35:24 UTC 2026