OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CompoundLiteralExpr
(Results
1 - 25
of
40
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
StackAddrEscapeChecker.cpp
79
const
CompoundLiteralExpr
*CL = CR->getLiteralExpr();
NonNullParamChecker.cpp
168
if (const auto *CE = dyn_cast<
CompoundLiteralExpr
>(ArgE))
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ComputeDependence.h
32
class
CompoundLiteralExpr
;
114
ExprDependence computeDependence(
CompoundLiteralExpr
*E);
Expr.h
3327
///
CompoundLiteralExpr
- [C99 6.5.2.5]
3329
class
CompoundLiteralExpr
: public Expr {
3341
CompoundLiteralExpr
(SourceLocation lparenloc, TypeSourceInfo *tinfo,
3349
explicit
CompoundLiteralExpr
(EmptyShell Empty)
ExprCXX.h
3346
llvm::PointerUnion<BlockDecl *,
CompoundLiteralExpr
*>> {
3352
using CleanupObject = llvm::PointerUnion<BlockDecl *,
CompoundLiteralExpr
*>;
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h
36
class
CompoundLiteralExpr
;
138
Loc getLValueCompoundLiteral(const
CompoundLiteralExpr
*CL,
MemRegion.h
861
const
CompoundLiteralExpr
*CL;
863
CompoundLiteralRegion(const
CompoundLiteralExpr
*cl,
872
const
CompoundLiteralExpr
*CL,
884
const
CompoundLiteralExpr
*getLiteralExpr() const { return CL; }
1369
getCompoundLiteralRegion(const
CompoundLiteralExpr
*CL,
ProgramState.h
318
Loc getLValue(const
CompoundLiteralExpr
*literal,
736
inline Loc ProgramState::getLValue(const
CompoundLiteralExpr
*literal,
ExprEngine.h
481
void VisitCompoundLiteralExpr(const
CompoundLiteralExpr
*CL,
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.h
534
llvm::DenseMap<const
CompoundLiteralExpr
*, llvm::GlobalVariable *>
994
ConstantAddress GetAddrOfConstantCompoundLiteral(const
CompoundLiteralExpr
*E);
999
getAddrOfConstantCompoundLiteralIfEmitted(const
CompoundLiteralExpr
*E);
1003
void setAddrOfConstantCompoundLiteral(const
CompoundLiteralExpr
*CLE,
CGExprConstant.cpp
898
const
CompoundLiteralExpr
*E) {
1038
llvm::Constant *VisitCompoundLiteralExpr(
CompoundLiteralExpr
*E, QualType T) {
1778
ConstantLValue VisitCompoundLiteralExpr(const
CompoundLiteralExpr
*E);
1938
ConstantLValueEmitter::VisitCompoundLiteralExpr(const
CompoundLiteralExpr
*E) {
2166
const
CompoundLiteralExpr
*E) {
2171
const
CompoundLiteralExpr
*CLE, llvm::GlobalVariable *GV) {
2178
CodeGenModule::GetAddrOfConstantCompoundLiteral(const
CompoundLiteralExpr
*E) {
CGExprAgg.cpp
143
void VisitCompoundLiteralExpr(
CompoundLiteralExpr
*E);
656
AggExprEmitter::VisitCompoundLiteralExpr(
CompoundLiteralExpr
*E) {
CGExprComplex.cpp
174
// FIXME:
CompoundLiteralExpr
321
ComplexPairTy VisitCompoundLiteralExpr(
CompoundLiteralExpr
*E) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
JumpDiagnostics.cpp
85
void BuildScopeInformation(
CompoundLiteralExpr
*CLE, unsigned &ParentScope);
292
void JumpScopeChecker::BuildScopeInformation(
CompoundLiteralExpr
*CLE,
558
else if (auto *CLE = EWC->getObject(i).dyn_cast<
CompoundLiteralExpr
*>())
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp
259
const
CompoundLiteralExpr
*CL,
1080
MemRegionManager::getCompoundLiteralRegion(const
CompoundLiteralExpr
*CL,
ExprEngineC.cpp
554
void ExprEngine::VisitCompoundLiteralExpr(const
CompoundLiteralExpr
*CL,
/src/external/apache2/llvm/dist/clang/lib/AST/
ComputeDependence.cpp
122
ExprDependence clang::computeDependence(
CompoundLiteralExpr
*E) {
Expr.cpp
3141
const Expr *Exp = cast<
CompoundLiteralExpr
>(this)->getInitializer();
3768
if (const
CompoundLiteralExpr
*CLE = dyn_cast<
CompoundLiteralExpr
>(this)){
JSONNodeDumper.cpp
1343
} else if (auto *CLE = CO.dyn_cast<
CompoundLiteralExpr
*>()) {
ExprConstant.cpp
1993
const
CompoundLiteralExpr
*CLE = cast<
CompoundLiteralExpr
>(E);
4222
if (const
CompoundLiteralExpr
*CLE = dyn_cast<
CompoundLiteralExpr
>(Base)) {
4223
// In C99, a
CompoundLiteralExpr
is an lvalue, and we defer evaluating the
7709
bool VisitCompoundLiteralExpr(const
CompoundLiteralExpr
*E) {
8032
// *
CompoundLiteralExpr
in C (and in global scope in C++)
8065
bool VisitCompoundLiteralExpr(const
CompoundLiteralExpr
*E);
8294
LValueExprEvaluator::VisitCompoundLiteralExpr(const
CompoundLiteralExpr
*E) {
11148
if (isa<
CompoundLiteralExpr
>(E)
[
all
...]
ASTImporter.cpp
595
ExpectedStmt VisitCompoundLiteralExpr(
CompoundLiteralExpr
*E);
6814
ExpectedStmt ASTNodeImporter::VisitCompoundLiteralExpr(
CompoundLiteralExpr
*E) {
6824
return new (Importer.getToContext())
CompoundLiteralExpr
(
8203
if (auto *CLE = From.dyn_cast<
CompoundLiteralExpr
*>()) {
8205
return ExprWithCleanups::CleanupObject(cast<
CompoundLiteralExpr
>(*R));
/src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp
915
const internal::VariadicDynCastAllOfMatcher<Stmt,
CompoundLiteralExpr
>
916
compoundLiteralExpr
;
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp
1158
void ASTStmtReader::VisitCompoundLiteralExpr(
CompoundLiteralExpr
*E) {
1933
Obj = cast<
CompoundLiteralExpr
>(Record.readSubExpr());
2947
S = new (Context)
CompoundLiteralExpr
(Empty);
ASTWriterStmt.cpp
1029
void ASTStmtWriter::VisitCompoundLiteralExpr(
CompoundLiteralExpr
*E) {
1835
} else if (auto *CLE = Obj.dyn_cast<
CompoundLiteralExpr
*>()) {
/src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h
2400
extern const internal::VariadicDynCastAllOfMatcher<Stmt,
CompoundLiteralExpr
>
2401
compoundLiteralExpr
;
3925
/// Matcher<ClassTemplateSpecializationDecl>, Matcher<
CompoundLiteralExpr
>,
3934
ClassTemplateSpecializationDecl,
CompoundLiteralExpr
, DeclaratorDecl,
Completed in 93 milliseconds
1
2
Indexes created Thu Aug 06 00:25:04 UTC 2026