OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Semantic
(Results
1 - 3
of
3
) 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/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp
310
const fltSemantics &
Semantic
=
314
convertToFpType(
Semantic
);
318
F0.multiply(createAPFloatFromInt(
Semantic
, That.IntVal),
Completed in 36 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026