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/lib/CodeGen/
CGExprScalar.cpp
48
bool
FPContractable
;
[
all
...]
/external/clang/include/clang/AST/
ExprCXX.h
62
unsigned
FPContractable
: 1;
68
SourceLocation operatorloc, bool
fpContractable
)
71
Operator(Op),
FPContractable
(
fpContractable
) {
99
void setFPContractable(bool FPC) {
FPContractable
= FPC; }
103
bool isFPContractable() const { return
FPContractable
; }
[
all
...]
Expr.h
[
all
...]
Completed in 392 milliseconds