HomeSort by relevance Sort by last modified time
    Searched refs:getEvaluationKind (Results 1 - 13 of 13) sorted by null

  /external/clang/lib/CodeGen/
CGAtomic.cpp 54 EvaluationKind = CGF.getEvaluationKind(ValueTy);
83 TypeEvaluationKind getEvaluationKind() const { return EvaluationKind; }
158 switch (getEvaluationKind()) {
740 assert(atomics.getEvaluationKind() == TEK_Aggregate);
780 if (atomics.getEvaluationKind() == TEK_Aggregate && resultSlot.isIgnored())
785 if (atomics.getEvaluationKind() == TEK_Scalar && !atomics.hasPadding()) {
803 if (atomics.getEvaluationKind() == TEK_Aggregate) {
    [all...]
CGDeclCXX.cpp 37 switch (CGF.getEvaluationKind(type)) {
CGExpr.cpp 117 switch (getEvaluationKind(E->getType())) {
148 switch (getEvaluationKind(E->getType())) {
705 switch (getEvaluationKind(Ty)) {
    [all...]
CodeGenFunction.h     [all...]
CGClass.cpp 453 switch (CGF.getEvaluationKind(T)) {
597 switch (getEvaluationKind(FieldType)) {
    [all...]
CGExprAgg.cpp     [all...]
CodeGenFunction.cpp 85 TypeEvaluationKind CodeGenFunction::getEvaluationKind(QualType type) {
    [all...]
CGDecl.cpp     [all...]
CGException.cpp     [all...]
CGStmt.cpp 834 switch (getEvaluationKind(RV->getType())) {
    [all...]
CGCall.cpp     [all...]
CGExprCXX.cpp 815 switch (CGF.getEvaluationKind(AllocType)) {
    [all...]
CGObjC.cpp     [all...]

Completed in 56 milliseconds