OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getEvaluationKind
(Results
1 - 17
of
17
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGAtomic.cpp
54
EvaluationKind = CGF.
getEvaluationKind
(ValueTy);
138
TypeEvaluationKind
getEvaluationKind
() const { return EvaluationKind; }
336
switch (
getEvaluationKind
()) {
1473
if (
getEvaluationKind
() == TEK_Scalar &&
1494
if (AsValue &&
getEvaluationKind
() == TEK_Aggregate) {
1575
assert(
getEvaluationKind
() == TEK_Aggregate);
1591
if (
getEvaluationKind
() == TEK_Aggregate && ResultSlot.isIgnored())
2095
switch (atomics.
getEvaluationKind
()) {
CGDeclCXX.cpp
41
switch (CGF.
getEvaluationKind
(type)) {
CGExpr.cpp
217
switch (
getEvaluationKind
(E->getType())) {
248
switch (
getEvaluationKind
(E->getType())) {
475
switch (
getEvaluationKind
(E->getType())) {
1190
switch (
getEvaluationKind
(Ty)) {
4817
switch (
getEvaluationKind
(FT)) {
4968
switch (
getEvaluationKind
(E->getType())) {
5344
switch (
getEvaluationKind
(type)) {
CGOpenMPRuntimeGPU.cpp
2549
switch (CGF.
getEvaluationKind
(Private->getType())) {
3164
switch (CGF.
getEvaluationKind
(Private->getType())) {
3370
switch (CGF.
getEvaluationKind
(Private->getType())) {
CodeGenFunction.h
2356
///
getEvaluationKind
- Return the TypeEvaluationKind of QualType \c T.
2357
static TypeEvaluationKind
getEvaluationKind
(QualType T);
2360
return
getEvaluationKind
(T) == TEK_Scalar;
2364
return
getEvaluationKind
(T) == TEK_Aggregate;
CGExprAgg.cpp
1538
switch (CGF.
getEvaluationKind
(type)) {
CGExprCXX.cpp
957
switch (CGF.
getEvaluationKind
(AllocType)) {
CGStmt.cpp
1244
switch (
getEvaluationKind
(RV->getType())) {
CodeGenFunction.cpp
226
TypeEvaluationKind CodeGenFunction::
getEvaluationKind
(QualType type) {
CGStmtOpenMP.cpp
5330
assert(CGF.
getEvaluationKind
(DestType) == TEK_Complex &&
5374
switch (
getEvaluationKind
(LVal.getType())) {
5617
switch (CGF.
getEvaluationKind
(ResType)) {
CGCall.cpp
3446
switch (
getEvaluationKind
(RetTy)) {
5424
switch (
getEvaluationKind
(RetTy)) {
CGClass.cpp
695
switch (
getEvaluationKind
(FieldType)) {
CGDecl.cpp
1929
switch (
getEvaluationKind
(type)) {
CGObjC.cpp
1237
switch (
getEvaluationKind
(ivarType)) {
ItaniumCXXABI.cpp
4498
TypeEvaluationKind TEK = CGF.
getEvaluationKind
(CatchType);
CGOpenMPRuntime.cpp
651
switch (CGF.
getEvaluationKind
(Ty)) {
12446
switch (CGF.
getEvaluationKind
(LVal.getType())) {
CGBuiltin.cpp
1797
assert(
getEvaluationKind
(TheExpr->getType()) == TEK_Scalar &&
5188
TypeEvaluationKind EvalKind =
getEvaluationKind
(E->getType());
Completed in 95 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026