OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CAT
(Results
51 - 70
of
70
) sorted by null
1
2
3
/external/clang/lib/AST/
ASTContext.cpp
2690
const ConstantArrayType *
cat
= cast<ConstantArrayType>(ty);
local
[
all
...]
MicrosoftMangle.cpp
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp
[
all
...]
/external/clang/lib/Sema/
SemaExprObjC.cpp
70
const ConstantArrayType *
CAT
= Context.getAsConstantArrayType(S->getType());
71
assert(
CAT
&& "String literal not of constant array type!");
73
CAT
->getElementType(), llvm::APInt(32, StrBuf.size() + 1),
74
CAT
->getSizeModifier(),
CAT
->getIndexTypeCVRQualifiers());
[
all
...]
SemaExprMember.cpp
[
all
...]
SemaInit.cpp
168
const ConstantArrayType *
CAT
= cast<ConstantArrayType>(AT);
184
if (StrLength >
CAT
->getSize().getZExtValue())
190
if (StrLength-1 >
CAT
->getSize().getZExtValue())
737
if (const ConstantArrayType *
CAT
=
739
maxElements = static_cast<int>(
CAT
->getSize().getZExtValue());
[
all
...]
SemaDeclObjC.cpp
129
if (ObjCCategoryDecl *
Cat
= dyn_cast<ObjCCategoryDecl>(DC))
130
CurrentClass =
Cat
->getClassInterface();
[
all
...]
SemaStmt.cpp
[
all
...]
SemaChecking.cpp
[
all
...]
SemaExprCXX.cpp
[
all
...]
SemaExpr.cpp
94
for (const ObjCCategoryDecl *
Cat
: OID->visible_categories())
96
Cat
->getMethod(OMD->getSelector(), OMD->isInstanceMethod()))
[
all
...]
/external/clang/lib/CodeGen/
CGExpr.cpp
669
if (const auto *
CAT
= dyn_cast<ConstantArrayType>(AT)) {
670
if (
CAT
->getSize().ugt(1))
708
if (const auto *
CAT
= dyn_cast<ConstantArrayType>(AT))
709
return CGF.Builder.getInt(
CAT
->getSize());
[
all
...]
CodeGenModule.cpp
[
all
...]
CGDebugInfo.cpp
[
all
...]
TargetInfo.cpp
[
all
...]
/frameworks/compile/slang/
slang_rs_object_ref_count.cpp
336
const clang::ConstantArrayType *
CAT
=
338
return static_cast<int>(
CAT
->getSize().getSExtValue());
[
all
...]
/external/opencv3/modules/imgproc/src/opencl/
cvtcolor.cl
127
#define
CAT
(x, y) __CAT(x, y)
129
#define DATA_TYPE_4
CAT
(DATA_TYPE, 4)
[
all
...]
/external/llvm/
configure
521
cat
>conf$$.file <<_ASEOF
769
CAT
[
all
...]
/external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
[
all
...]
Completed in 2789 milliseconds
1
2
3