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 45 EvaluationKind = CGF.getEvaluationKind(ValueTy);
74 TypeEvaluationKind getEvaluationKind() const { return EvaluationKind; }
150 switch (getEvaluationKind()) {
    [all...]
CGDeclCXX.cpp 38 switch (CGF.getEvaluationKind(type)) {
CGExpr.cpp 119 switch (getEvaluationKind(E->getType())) {
150 switch (getEvaluationKind(E->getType())) {
716 switch (getEvaluationKind(Ty)) {
    [all...]
CodeGenFunction.h     [all...]
CGClass.cpp 455 switch (CGF.getEvaluationKind(T)) {
597 switch (getEvaluationKind(FieldType)) {
    [all...]
CGDecl.cpp     [all...]
CGException.cpp     [all...]
CGExprAgg.cpp     [all...]
CGExprCXX.cpp 727 switch (CGF.getEvaluationKind(AllocType)) {
    [all...]
CodeGenFunction.cpp 90 TypeEvaluationKind CodeGenFunction::getEvaluationKind(QualType type) {
    [all...]
CGCall.cpp     [all...]
CGStmt.cpp     [all...]
CGObjC.cpp     [all...]

Completed in 152 milliseconds