OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UnaryOperator
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
InstrTypes.h
100
//
UnaryOperator
Class
103
class
UnaryOperator
: public UnaryInstruction {
107
UnaryOperator
(UnaryOps iType, Value *S, Type *Ty,
109
UnaryOperator
(UnaryOps iType, Value *S, Type *Ty,
115
UnaryOperator
*cloneImpl() const;
124
static
UnaryOperator
*Create(UnaryOps Op, Value *S,
132
static
UnaryOperator
*Create(UnaryOps Op, Value *S,
140
static
UnaryOperator
*Create##OPC(Value *V, const Twine &Name = "") {\
145
static
UnaryOperator
*Create##OPC(Value *V, const Twine &Name, \
151
static
UnaryOperator
*Create##OPC(Value *V, const Twine &Name,
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp
143
if (const
UnaryOperator
*UO = dyn_cast<
UnaryOperator
>(E)) {
1268
StringRef
UnaryOperator
::getOpcodeStr(Opcode Op) {
1277
UnaryOperator
::getOverloadedOpcode(OverloadedOperatorKind OO, bool Postfix) {
1292
OverloadedOperatorKind
UnaryOperator
::getOverloadedOperator(Opcode Opc) {
1423
} else if (
UnaryOperator
*UO = dyn_cast<
UnaryOperator
>(CEE)) {
2360
if (auto *UO = dyn_cast<
UnaryOperator
>(E))
2428
const
UnaryOperator
*UO = cast<
UnaryOperator
>(this)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp
2400
//
UnaryOperator
Class
2403
UnaryOperator
::
UnaryOperator
(UnaryOps iType, Value *S,
2412
UnaryOperator
::
UnaryOperator
(UnaryOps iType, Value *S,
2421
UnaryOperator
*
UnaryOperator
::Create(UnaryOps Op, Value *S,
2424
return new
UnaryOperator
(Op, S, S->getType(), Name, InsertBefore);
2427
UnaryOperator
*
UnaryOperator
::Create(UnaryOps Op, Value *S
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
854
/// *
UnaryOperator
if `UO_Extension`
2085
///
UnaryOperator
- This represents the unary-expression's (except sizeof and
2095
class
UnaryOperator
final
2097
private llvm::TrailingObjects<
UnaryOperator
, FPOptionsOverride> {
2118
UnaryOperator
(const ASTContext &Ctx, Expr *input, Opcode opc, QualType type,
2123
explicit
UnaryOperator
(bool HasFPFeatures, EmptyShell Empty)
2130
static
UnaryOperator
*CreateEmpty(const ASTContext &C, bool hasFPFeatures);
2132
static
UnaryOperator
*Create(const ASTContext &C, Expr *input, Opcode opc,
Completed in 95 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026