OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OutputExpr
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Sema/
SemaStmtAsm.cpp
113
Expr *
OutputExpr
= Exprs[i];
114
if (CheckAsmLValue(
OutputExpr
, *this))
115
return StmtError(Diag(
OutputExpr
->getLocStart(),
117
<<
OutputExpr
->getSourceRange());
119
if (RequireCompleteType(
OutputExpr
->getLocStart(), Exprs[i]->getType(),
277
Expr *
OutputExpr
= Exprs[TiedTo];
280
if (
OutputExpr
->isTypeDependent() || InputExpr->isTypeDependent())
284
QualType OutTy =
OutputExpr
->getType();
363
<< InTy << OutTy <<
OutputExpr
->getSourceRange()
TreeTransform.h
[
all
...]
Completed in 38 milliseconds