OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FPContractable
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/AST/
Expr.h
[
all
...]
ExprCXX.h
60
unsigned
FPContractable
: 1;
66
SourceLocation operatorloc, bool
fpContractable
)
68
Operator(Op),
FPContractable
(
fpContractable
) {
103
void setFPContractable(bool FPC) {
FPContractable
= FPC; }
107
bool isFPContractable() const { return
FPContractable
; }
[
all
...]
/external/clang/lib/CodeGen/
CGExprScalar.cpp
49
bool
FPContractable
;
[
all
...]
Completed in 313 milliseconds