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

  /external/clang/lib/CodeGen/
CGAtomic.cpp 54 EvaluationKind = CGF.getEvaluationKind(ValueTy);
138 TypeEvaluationKind getEvaluationKind() const { return EvaluationKind; }
328 switch (getEvaluationKind()) {
    [all...]
CGDeclCXX.cpp 36 switch (CGF.getEvaluationKind(type)) {
CGExpr.cpp 143 switch (getEvaluationKind(E->getType())) {
174 switch (getEvaluationKind(E->getType())) {
380 switch (getEvaluationKind(E->getType())) {
    [all...]
CGStmtOpenMP.cpp 427 switch (CGF.getEvaluationKind(Ty)) {
    [all...]
CodeGenFunction.h     [all...]
CGDecl.cpp     [all...]
CGExprAgg.cpp     [all...]
CGClass.cpp 591 switch (CGF.getEvaluationKind(T)) {
756 switch (getEvaluationKind(FieldType)) {
    [all...]
CGExprCXX.cpp     [all...]
CGStmt.cpp     [all...]
CodeGenFunction.cpp 170 TypeEvaluationKind CodeGenFunction::getEvaluationKind(QualType type) {
    [all...]
CGCall.cpp     [all...]
CGObjC.cpp     [all...]
ItaniumCXXABI.cpp     [all...]

Completed in 679 milliseconds