OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SExpr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCCodeEmitter.cpp
138
if (const SparcMCExpr *
SExpr
= dyn_cast<SparcMCExpr>(Expr)) {
139
MCFixupKind Kind = (MCFixupKind)
SExpr
->getFixupKind();
171
if (const SparcMCExpr *
SExpr
= dyn_cast<SparcMCExpr>(Expr)) {
172
Kind = MCFixupKind(
SExpr
->getFixupKind());
189
const SparcMCExpr *
SExpr
= dyn_cast<SparcMCExpr>(Expr);
196
assert(
SExpr
&&
SExpr
->getSubExpr()->getKind() == MCExpr::SymbolRef &&
198
const MCSymbolRefExpr *SymExpr = cast<MCSymbolRefExpr>(
SExpr
->getSubExpr());
205
MCFixupKind Kind = MCFixupKind(
SExpr
->getFixupKind());
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h
77
/// Enum for the different distinct classes of
SExpr
277
class
SExpr
{
279
SExpr
() = delete;
283
// Subclasses of
SExpr
must define the following:
301
///
SExpr
objects must be created in an arena.
304
///
SExpr
objects cannot be deleted.
321
SExpr
(TIL_Opcode Op) : Opcode(Op) {}
322
SExpr
(const
SExpr
&E) : Opcode(E.Opcode), Flags(E.Flags) {}
334
inline bool isTrivial(const
SExpr
*E)
[
all
...]
Completed in 21 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026