OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BTy
(Results
1 - 8
of
8
) sorted by null
/external/clang/lib/CodeGen/
CodeGenTBAA.cpp
104
if (const BuiltinType *
BTy
= dyn_cast<BuiltinType>(Ty)) {
105
switch (
BTy
->getKind()) {
134
createTBAAScalarType(
BTy
->getName(Features), getChar());
294
const Type *
BTy
= Context.getCanonicalType(BaseQTy).getTypePtr();
295
TBAAPathTag PathTag = TBAAPathTag(
BTy
, AccessNode, Offset);
CGExprScalar.cpp
[
all
...]
/external/llvm/lib/Analysis/
LoopAccessAnalysis.cpp
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp
547
auto *
BTy
= cast<DIBasicType>(Ty);
548
unsigned Encoding =
BTy
->getEncoding();
821
void DwarfUnit::constructTypeDIE(DIE &Buffer, const DIBasicType *
BTy
) {
823
StringRef Name =
BTy
->getName();
829
if (
BTy
->getTag() == dwarf::DW_TAG_unspecified_type)
833
BTy
->getEncoding());
835
uint64_t Size =
BTy
->getSizeInBits() >> 3;
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp
621
QualType
BTy
= getContext().getBaseElementType(DTy);
622
const CXXRecordDecl *RD =
BTy
->getAsCXXRecordDecl();
[
all
...]
/external/clang/lib/Sema/
SemaType.cpp
[
all
...]
SemaExpr.cpp
809
const BuiltinType *
BTy
= Ty->getAs<BuiltinType>();
810
if (
BTy
&& (
BTy
->getKind() == BuiltinType::Half ||
811
BTy
->getKind() == BuiltinType::Float))
[
all
...]
/external/clang/lib/AST/
ASTContext.cpp
[
all
...]
Completed in 386 milliseconds