OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:earlyClobber
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Basic/
TargetInfo.h
583
bool
earlyClobber
() { return (Flags & CI_EarlyClobber) != 0; }
[
all
...]
/external/clang/lib/Basic/
TargetInfo.cpp
495
if (Info.
earlyClobber
() && Info.isReadWrite() && !Info.allowsRegister())
/external/clang/lib/CodeGen/
CGStmt.cpp
[
all
...]
Completed in 92 milliseconds