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 53 EvaluationKind = CGF.getEvaluationKind(ValueTy);
82 TypeEvaluationKind getEvaluationKind() const { return EvaluationKind; }
157 switch (getEvaluationKind()) {
679 assert(atomics.getEvaluationKind() == TEK_Aggregate);
682 assert(atomics.getEvaluationKind() == TEK_Aggregate);
722 if (atomics.getEvaluationKind() == TEK_Aggregate && resultSlot.isIgnored())
727 if (atomics.getEvaluationKind() == TEK_Scalar && !atomics.hasPadding()) {
745 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())) {
765 switch (getEvaluationKind(Ty)) {
    [all...]
CodeGenFunction.h     [all...]
CGCall.cpp     [all...]
CGClass.cpp 454 switch (CGF.getEvaluationKind(T)) {
607 switch (getEvaluationKind(FieldType)) {
    [all...]
CodeGenFunction.cpp 80 TypeEvaluationKind CodeGenFunction::getEvaluationKind(QualType type) {
    [all...]
CGDecl.cpp     [all...]
CGException.cpp     [all...]
CGExprAgg.cpp     [all...]
CGStmt.cpp 794 switch (getEvaluationKind(RV->getType())) {
    [all...]
CGExprCXX.cpp 823 switch (CGF.getEvaluationKind(AllocType)) {
    [all...]
CGObjC.cpp     [all...]

Completed in 617 milliseconds