OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getInputConstraint
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/AST/
Stmt.cpp
354
StringRef AsmStmt::
getInputConstraint
(unsigned i) const {
356
return gccAsmStmt->
getInputConstraint
(i);
358
return msAsmStmt->
getInputConstraint
(i);
415
///
getInputConstraint
- Return the specified input constraint. Unlike output
417
StringRef GCCAsmStmt::
getInputConstraint
(unsigned i) const {
[
all
...]
/external/clang/include/clang/AST/
Stmt.h
[
all
...]
Completed in 43 milliseconds