OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CDA
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFISelDAGToDAG.cpp
86
bool fillConstantDataArray(const DataLayout &DL, const ConstantDataArray *
CDA
,
416
if (const ConstantDataArray *
CDA
= dyn_cast<ConstantDataArray>(CV))
417
return fillConstantDataArray(DL,
CDA
, Vals, Offset);
429
const ConstantDataArray *
CDA
,
431
for (unsigned i = 0, e =
CDA
->getNumElements(); i != e; ++i) {
432
if (fillGenericConstant(DL,
CDA
->getElementAsConstant(i), Vals, Offset) ==
435
Offset += DL.getTypeAllocSize(
CDA
->getElementAsConstant(i)->getType());
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp
2989
const CarriesDependencyAttr *
CDA
= newDecl->getAttr<CarriesDependencyAttr>();
2990
if (
CDA
&& !oldDecl->hasAttr<CarriesDependencyAttr>()) {
2991
S.Diag(
CDA
->getLocation(),
3628
const CarriesDependencyAttr *
CDA
= New->getAttr<CarriesDependencyAttr>();
3629
if (
CDA
&& !Old->hasAttr<CarriesDependencyAttr>()) {
3630
Diag(
CDA
->getLocation(),
Completed in 27 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026