OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Semantic
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Analysis/
AnalysisDeclContext.cpp
575
Expr *
Semantic
= *it;
576
if (auto *OVE = dyn_cast<OpaqueValueExpr>(
Semantic
))
577
Semantic
= OVE->getSourceExpr();
578
Visit(
Semantic
);
CFG.cpp
3682
Expr *
Semantic
= E->getSemanticExpr(--i);
3684
// If the
semantic
is an opaque value, we're being asked to bind
3686
if (OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(
Semantic
))
3687
Semantic
= OVE->getSourceExpr();
3689
if (CFGBlock *B = Visit(
Semantic
))
4361
// CXXCatchStmt is more than just a label. They have
semantic
meaning
/src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp
135
bool Expr::isKnownToHaveBooleanValue(bool
Semantic
) const {
146
return UO->getSubExpr()->isKnownToHaveBooleanValue(
Semantic
);
156
// FIXME: Should we look through any cast expression in !
Semantic
mode?
158
return CE->getSubExpr()->isKnownToHaveBooleanValue(
Semantic
);
177
return BO->getLHS()->isKnownToHaveBooleanValue(
Semantic
) &&
178
BO->getRHS()->isKnownToHaveBooleanValue(
Semantic
);
182
return BO->getRHS()->isKnownToHaveBooleanValue(
Semantic
);
187
return CO->getTrueExpr()->isKnownToHaveBooleanValue(
Semantic
) &&
188
CO->getFalseExpr()->isKnownToHaveBooleanValue(
Semantic
);
194
return OVE->getSourceExpr()->isKnownToHaveBooleanValue(
Semantic
);
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp
310
const fltSemantics &
Semantic
=
314
convertToFpType(
Semantic
);
318
F0.multiply(createAPFloatFromInt(
Semantic
, That.IntVal),
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
521
/// \param
Semantic
If true, only return true for expressions that are known
526
bool isKnownToHaveBooleanValue(bool
Semantic
= true) const;
930
/// by
semantic
analysis for function calls, object constructions, etc. in
3456
/// introduced by
semantic
analysis.
3616
/// actual type of the expression as determined by
semantic
4677
/// Prior to
semantic
analysis, an initializer list will represent the
4686
/// After
semantic
analysis, the initializer list will represent the
4687
///
semantic
form of the initializer, where the initializations of all
4698
/// After
semantic
analysis has completed, given an initializer list,
4700
///
semantic
form of the initializer list (note: the same AST nod
[
all
...]
Completed in 23 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026