OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SValue
(Results
1 - 6
of
6
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/asn1/
symbol.h
158
enum { SUndefined,
SValue
, Stype } stype;
asn1parse.y
713
s->stype =
SValue
;
876
if(s->stype !=
SValue
||
910
if(s->stype !=
SValue
)
asn1parse.c
2242
s->stype =
SValue
;
2477
if(s->stype !=
SValue
||
2500
if(s->stype !=
SValue
)
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SwitchLoweringUtils.h
183
const Value *
SValue
;
190
: First(std::move(F)), Last(std::move(L)),
SValue
(SV), HeaderBB(H),
211
const Value *
SValue
;
226
: First(std::move(F)), Range(std::move(R)),
SValue
(SV), Reg(Rg),
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp
768
const Value &
SValue
= *JTH.
SValue
;
770
const LLT SwitchTy = getLLTForType(*
SValue
.getType(), *DL);
771
Register SwitchOpReg = getOrCreateVReg(
SValue
);
777
Type *PtrIRTy =
SValue
.getType()->getPointerTo();
793
*ConstantInt::get(
SValue
.getType(), JTH.Last - JTH.First));
997
Register SwitchOpReg = getOrCreateVReg(*B.
SValue
);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
2549
SDValue SwitchOp = getValue(JTH.
SValue
);
2749
SDValue SwitchOp = getValue(B.
SValue
);
Completed in 29 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026