OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Assignment
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
GIMatchDagInstr.cpp
28
for (const auto &
Assignment
: UserAssignedNamesForOperands)
29
ToPrint.emplace_back(
Assignment
.first,
Assignment
.second);
32
for (const auto &
Assignment
: ToPrint) {
33
OS << Separator << "$" <<
Assignment
.second << "=getOperand("
34
<<
Assignment
.first << ")";
GIMatchDag.cpp
42
for (const auto &
Assignment
: N->user_assigned_operand_names())
43
ToPrint.emplace_back(
Assignment
.first,
Assignment
.second);
46
for (const auto &
Assignment
: ToPrint) {
47
OS << Separator << "$" <<
Assignment
.second << "=getOperand("
48
<<
Assignment
.first << ")";
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
OperatorPrecedence.h
29
Assignment
= 2, // =, *=, /=, %=, +=, -=, <<=, >>=, &=, ^=, |=
/src/external/apache2/llvm/dist/clang/lib/Basic/
OperatorPrecedence.cpp
52
case tok::pipeequal: return prec::
Assignment
;
/src/crypto/external/bsd/heimdal/dist/lib/asn1/
asn1parse.y
301
AssignmentList :
Assignment
302
|
Assignment
AssignmentList
305
Assignment
: TypeAssignment
/src/external/apache2/llvm/dist/clang/lib/Analysis/
CalledOnceCheck.cpp
1496
/// Check if the given
assignment
represents suppression and act on it.
1497
void checkSuppression(const BinaryOperator *
Assignment
) {
1501
if (auto Index = getIndexOfExpression(
Assignment
->getLHS())) {
1506
Assignment
->getRHS()->IgnoreParenCasts()->getIntegerConstantExpr(
1598
// Let's check whether this
assignment
is a suppression.
1604
// Variable initialization is not
assignment
and should be handled
/src/external/apache2/llvm/dist/clang/lib/Format/
ContinuationIndenter.cpp
467
Previous.getPrecedence() != prec::
Assignment
&&
685
P->getPrecedence() != prec::
Assignment
&&
725
((Previous.getPrecedence() != prec::
Assignment
&&
730
//
assignment
without binary expression on the RHS. Also indent relative to
1333
(Previous->getPrecedence() == prec::
Assignment
&&
1359
*I < prec::
Assignment
) &&
1370
(Previous->getPrecedence() == prec::
Assignment
||
1398
// an
assignment
(i.e. *I <= prec::
Assignment
) as those have different
1407
(!SkipFirstExtraIndent && *I > prec::
Assignment
&
[
all
...]
TokenAnnotator.cpp
1436
if (Current.getPrecedence() == prec::
Assignment
&&
2005
// definition on the RHS of an
assignment
.
2122
Precedence == prec::
Assignment
&& Current->is(tok::colon))) {
2172
return prec::
Assignment
;
2174
return prec::
Assignment
;
2178
return prec::
Assignment
;
2242
parse(prec::
Assignment
);
2246
parse(prec::
Assignment
);
2783
if (Level == prec::
Assignment
)
3407
Right.getPrecedence() == prec::
Assignment
)
[
all
...]
Format.cpp
1066
LLVMStyle.PenaltyBreakAssignment = prec::
Assignment
;
/src/usr.bin/make/unit-tests/
varmod-loop.mk
80
#
Assignment
using the ':=' operator, combined with the :@var@ modifier
95
# The ':='
assignment
operator evaluates the variable value using the mode
115
# the variable
assignment
.
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp
37
/// Note: we diverge from the C99 grammar when parsing the
assignment
-expression
38
/// production. C99 specifies that the LHS of an
assignment
operator should be
41
/// LHS of an
assignment
has to be an l-value, which productions between
109
/// [C++] the third operand is an
assignment
-expression
111
///
assignment
-expression: [C99 6.5.16]
113
/// unary-expression
assignment
-operator
assignment
-expression
116
///
assignment
-operator: one of
120
///
assignment
-expression ...[opt]
121
/// expression ','
assignment
-expression ...[opt
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclCXX.cpp
3832
// If a field
assignment
is detected, remove the field from the
6000
// and move
assignment
operators. The latter are exported even if they
6273
// MSVC versions before 2015 don't export the move
assignment
operators
7168
// -- the
assignment
operator selected to copy/move each direct base
7185
// thereof), the
assignment
operator selected to copy/move that member is
7327
// defaulted on its first declaration, unless it's "an
assignment
operator,
7336
// default argument is classified as a default constructor, and
assignment
7421
// A copy
assignment
operator can take its argument by value, but a
9053
// For an
assignment
operator, data members must not be of reference type.
9154
//
assignment
operator
[
all
...]
Completed in 40 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026