OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DynamicAllocLValue
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h
65
class
DynamicAllocLValue
{
69
DynamicAllocLValue
() : Index(0) {}
70
explicit
DynamicAllocLValue
(unsigned Index) : Index(Index + 1) {}
79
static
DynamicAllocLValue
getFromOpaqueValue(void *Value) {
80
DynamicAllocLValue
V;
106
template<> struct PointerLikeTypeTraits<clang::
DynamicAllocLValue
> {
107
static void *getAsVoidPointer(clang::
DynamicAllocLValue
V) {
110
static clang::
DynamicAllocLValue
getFromVoidPointer(void *P) {
111
return clang::
DynamicAllocLValue
::getFromOpaqueValue(P);
114
clang::
DynamicAllocLValue
::NumLowBitsAvailable
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/AST/
APValue.cpp
47
APValue::LValueBase APValue::LValueBase::getDynamicAlloc(
DynamicAllocLValue
LV,
85
if (is<
DynamicAllocLValue
>())
109
return (is<TypeInfoLValue>() || is<
DynamicAllocLValue
>()) ? 0
114
return (is<TypeInfoLValue>() || is<
DynamicAllocLValue
>()) ? 0 : Local.Version;
123
assert(is<
DynamicAllocLValue
>() && "not a dynamic allocation lvalue");
129
if (is<TypeInfoLValue>() || is<
DynamicAllocLValue
>())
140
if (LHS.is<TypeInfoLValue>() || LHS.is<
DynamicAllocLValue
>())
203
if (Base.is<TypeInfoLValue>() || Base.is<
DynamicAllocLValue
>())
720
} else if (
DynamicAllocLValue
DA = Base.dyn_cast<
DynamicAllocLValue
>()) {
[
all
...]
ExprConstant.cpp
773
bool operator()(
DynamicAllocLValue
L,
DynamicAllocLValue
R) const {
849
std::map<
DynamicAllocLValue
, DynAlloc, DynAllocOrder> HeapAllocs;
1037
Optional<DynAlloc*> lookupDynamicAlloc(
DynamicAllocLValue
DA) {
1894
if (NumHeapAllocs >
DynamicAllocLValue
::getMaxIndex()) {
1899
DynamicAllocLValue
DA(NumHeapAllocs++);
1985
if (B.is<TypeInfoLValue>() || B.is<
DynamicAllocLValue
>())
2092
else if (
DynamicAllocLValue
DA = Base.dyn_cast<
DynamicAllocLValue
>()) {
2201
if (Base.is<
DynamicAllocLValue
>()) {
[
all
...]
ASTImporter.cpp
9229
assert(!FromValue.getLValueBase().is<
DynamicAllocLValue
>() &&
Completed in 28 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026