OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SourceType
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/include/
actbl1.h
249
UINT8
SourceType
;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp
11777
static void DiagnoseImpCast(Sema &S, Expr *E, QualType
SourceType
, QualType T,
11783
<<
SourceType
<< T << E->getSourceRange()
11788
<<
SourceType
<< T << E->getSourceRange() << SourceRange(CContext);
12663
QualType
SourceType
= E->getType();
12668
SourceType
= S.Context.getTypeDeclType(Enum);
12669
Source = S.Context.getCanonicalType(
SourceType
).getTypePtr();
12681
return DiagnoseImpCast(S, E,
SourceType
, T, CC,
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
18835
EVT
SourceType
= MVT::Other;
18848
SourceType
= MVT::Other;
18856
if (
SourceType
== MVT::Other)
18858
SourceType
= InTy;
18859
else if (InTy !=
SourceType
) {
18861
SourceType
= MVT::Other;
18873
bool ValidTypes =
SourceType
!= MVT::Other &&
18875
isPowerOf2_32(
SourceType
.getSizeInBits());
18888
unsigned ElemRatio = OutScalarTy.getSizeInBits()/
SourceType
.getSizeInBits();
18890
SDValue Filler = AllAnyExt ? DAG.getUNDEF(
SourceType
)
[
all
...]
Completed in 100 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026