OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getOutputConstraint
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/AST/
Stmt.cpp
338
StringRef AsmStmt::
getOutputConstraint
(unsigned i) const {
340
return gccAsmStmt->
getOutputConstraint
(i);
342
return msAsmStmt->
getOutputConstraint
(i);
401
///
getOutputConstraint
- Return the constraint string for the specified
404
StringRef GCCAsmStmt::
getOutputConstraint
(unsigned i) const {
[
all
...]
/external/clang/include/clang/AST/
Stmt.h
[
all
...]
Completed in 139 milliseconds