OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BinaryOperatorKind
(Results
1 - 25
of
25
) sorted by null
/external/clang/include/clang/AST/
OperationKinds.h
306
enum
BinaryOperatorKind
{
ExprCXX.h
[
all
...]
Expr.h
[
all
...]
/external/clang/lib/StaticAnalyzer/Checkers/
MallocOverflowSecurityChecker.cpp
61
static inline bool EvaluatesToZero(APSInt &Val,
BinaryOperatorKind
op) {
83
BinaryOperatorKind
opc = binop->getOpcode();
IvarInvalidationChecker.cpp
677
BinaryOperatorKind
Opcode = BO->getOpcode();
/external/clang/lib/Sema/
SemaPseudoObject.cpp
215
BinaryOperatorKind
opcode,
285
BinaryOperatorKind
opcode,
325
BinaryOperatorKind
opcode,
423
BinaryOperatorKind
opcode,
456
BinaryOperatorKind
nonCompound =
[
all
...]
SemaTemplateVariadic.cpp
[
all
...]
SemaExpr.cpp
[
all
...]
SemaChecking.cpp
[
all
...]
TreeTransform.h
[
all
...]
SemaExprObjC.cpp
[
all
...]
SemaOpenMP.cpp
[
all
...]
SemaOverload.cpp
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
[
all
...]
/external/clang/lib/Analysis/
CFG.cpp
58
static std::tuple<const DeclRefExpr *,
BinaryOperatorKind
, const Expr *>
60
BinaryOperatorKind
Op = B->getOpcode();
667
BinaryOperatorKind
Bok = B->getOpcode();
732
TryResult analyzeLogicOperatorCondition(
BinaryOperatorKind
Relation,
772
BinaryOperatorKind
BO1;
780
BinaryOperatorKind
BO2;
[
all
...]
/external/clang/lib/AST/
StmtProfile.cpp
886
BinaryOperatorKind
&BinaryOp) {
1074
BinaryOperatorKind
BinaryOp = BO_Comma;
[
all
...]
ExprConstant.cpp
[
all
...]
Expr.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGExprComplex.cpp
[
all
...]
CGStmtOpenMP.cpp
[
all
...]
CGOpenMPRuntime.cpp
[
all
...]
CodeGenFunction.h
[
all
...]
CGExprScalar.cpp
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp
721
BinaryOperatorKind
Op = cast<BinaryOperator>(S)->getOpcode();
[
all
...]
/external/clang/lib/Serialization/
ASTReaderStmt.cpp
[
all
...]
Completed in 863 milliseconds