OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurType
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/
convert.d
790
alias
CurType
= OriginalType!EType;
792
alias
CurType
= typeof(cur);
793
static if (is(
CurType
== struct) || is(
CurType
== union) || __traits(isStaticArray,
CurType
) || !is(typeof(cur is null)))
795
bytes[val.tupleof[key].offsetof .. val.tupleof[key].offsetof +
CurType
.sizeof] = toUbyte(cur)[];
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp
2542
QualType Sema::BuildVectorType(QualType
CurType
, Expr *SizeExpr,
2546
if ((!
CurType
->isDependentType() &&
2547
(!
CurType
->isBuiltinType() ||
CurType
->isBooleanType() ||
2548
(!
CurType
->isIntegerType() && !
CurType
->isRealFloatingType()))) ||
2549
CurType
->isArrayType()) {
2550
Diag(AttrLoc, diag::err_attribute_invalid_vector_type) <<
CurType
;
2555
return Context.getDependentVectorType(
CurType
, SizeExpr, AttrLoc,
2566
if (
CurType
->isDependentType()
[
all
...]
SemaOpenMP.cpp
18285
QualType
CurType
= BaseE->getType().getNonReferenceType();
18291
if (
CurType
->isUnionType()) {
18357
QualType
CurType
=
18363
if (
CurType
->isReferenceType())
18364
CurType
=
CurType
->getPointeeType();
18366
bool IsPointer =
CurType
->isAnyPointerType();
18368
if (!IsPointer && !
CurType
->isArrayType()) {
18375
checkArrayExpressionDoesNotReferToWholeSize(SemaRef, OASE,
CurType
);
18377
checkArrayExpressionDoesNotReferToUnitySize(SemaRef, OASE,
CurType
);
[
all
...]
SemaTemplate.cpp
3010
if (const Type *
CurType
= NNS->getAsType()) {
3011
if (Context.hasSameUnqualifiedType(T, QualType(
CurType
, 0)))
/src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
echo.cpp
1057
LLVMTypeRef
CurType
= TypeCloner(M).Clone(Cur);
1059
LLVMAddAlias(M,
CurType
, LLVMGetUndef(
CurType
), Name);
1091
LLVMTypeRef
CurType
= TypeCloner(M).Clone(LLVMGlobalGetValueType(Cur));
1094
CurType
, /*addressSpace*/ 0, LLVMGetUndef(
CurType
));
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp
436
AsmTypeInfo
CurType
;
464
StringRef getType() const { return
CurType
.Name; }
465
unsigned getSize() const { return
CurType
.Size; }
466
unsigned getElementSize() const { return
CurType
.ElementSize; }
467
unsigned getLength() const { return
CurType
.Length; }
935
CurType
.Length = 1;
936
CurType
.Size =
CurType
.ElementSize;
1063
void setTypeInfo(AsmTypeInfo Type) {
CurType
= Type; }
Completed in 42 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026