OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EmitCompoundAssign
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/CodeGen/
CGExprComplex.cpp
224
ComplexPairTy
EmitCompoundAssign
(const CompoundAssignOperator *E,
248
return
EmitCompoundAssign
(E, &ComplexExprEmitter::EmitBinAdd);
251
return
EmitCompoundAssign
(E, &ComplexExprEmitter::EmitBinSub);
254
return
EmitCompoundAssign
(E, &ComplexExprEmitter::EmitBinMul);
257
return
EmitCompoundAssign
(E, &ComplexExprEmitter::EmitBinDiv);
688
EmitCompoundAssign
(const CompoundAssignOperator *E,
[
all
...]
CGExprScalar.cpp
461
Value *
EmitCompoundAssign
(const CompoundAssignOperator *E,
470
return
EmitCompoundAssign
(E, &ScalarExprEmitter::Emit ## OP); \
[
all
...]
Completed in 27 milliseconds