Searched defs:CheckAsmLValue (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp30 /// CheckAsmLValue - GNU C has an extremely ugly extension whereby they silently
37 static bool CheckAsmLValue(const Expr *E, Sema &S) { function
280 if (CheckAsmLValue(InputExpr, *this))

Completed in 284 milliseconds