Home
last modified time | relevance | path

Searched refs:APValue (Results 1 – 25 of 969) sorted by relevance

12345678910>>...39

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/AST/
H A DAPValue.cpp47 APValue::LValueBase APValue::LValueBase::getDynamicAlloc(DynamicAllocLValue LV, in getDynamicAlloc()
55 APValue::LValueBase APValue::LValueBase::getTypeInfo(TypeInfoLValue LV, in getTypeInfo()
306 APValue::UnionData::UnionData() : Field(nullptr), Value(new APValue) {} in UnionData()
311 APValue::APValue(const APValue &RHS) : Kind(None) { in APValue() function in APValue
382 APValue::APValue(APValue &&RHS) : Kind(RHS.Kind), Data(RHS.Data) { in APValue() function in APValue
386 APValue &APValue::operator=(const APValue &RHS) { in operator =()
392 APValue &APValue::operator=(APValue &&RHS) { in operator =()
466 void APValue::swap(APValue &RHS) { in swap()
649 case APValue::Int: in printPretty()
893 const APValue::LValueBase APValue::getLValueBase() const { in getLValueBase()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/AST/
H A DAPValue.cpp47 APValue::LValueBase APValue::LValueBase::getDynamicAlloc(DynamicAllocLValue LV, in getDynamicAlloc()
55 APValue::LValueBase APValue::LValueBase::getTypeInfo(TypeInfoLValue LV, in getTypeInfo()
306 APValue::UnionData::UnionData() : Field(nullptr), Value(new APValue) {} in UnionData()
311 APValue::APValue(const APValue &RHS) : Kind(None) { in APValue() function in APValue
382 APValue::APValue(APValue &&RHS) : Kind(RHS.Kind), Data(RHS.Data) { in APValue() function in APValue
386 APValue &APValue::operator=(const APValue &RHS) { in operator =()
392 APValue &APValue::operator=(APValue &&RHS) { in operator =()
466 void APValue::swap(APValue &RHS) { in swap()
649 case APValue::Int: in printPretty()
893 const APValue::LValueBase APValue::getLValueBase() const { in getLValueBase()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/AST/
H A DAPValue.cpp47 APValue::LValueBase APValue::LValueBase::getDynamicAlloc(DynamicAllocLValue LV, in getDynamicAlloc()
55 APValue::LValueBase APValue::LValueBase::getTypeInfo(TypeInfoLValue LV, in getTypeInfo()
306 APValue::UnionData::UnionData() : Field(nullptr), Value(new APValue) {} in UnionData()
311 APValue::APValue(const APValue &RHS) : Kind(None) { in APValue() function in APValue
382 APValue::APValue(APValue &&RHS) : Kind(RHS.Kind), Data(RHS.Data) { in APValue() function in APValue
386 APValue &APValue::operator=(const APValue &RHS) { in operator =()
392 APValue &APValue::operator=(APValue &&RHS) { in operator =()
466 void APValue::swap(APValue &RHS) { in swap()
649 case APValue::Int: in printPretty()
893 const APValue::LValueBase APValue::getLValueBase() const { in getLValueBase()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/AST/
H A DAPValue.cpp47 APValue::LValueBase APValue::LValueBase::getDynamicAlloc(DynamicAllocLValue LV, in getDynamicAlloc()
55 APValue::LValueBase APValue::LValueBase::getTypeInfo(TypeInfoLValue LV, in getTypeInfo()
306 APValue::UnionData::UnionData() : Field(nullptr), Value(new APValue) {} in UnionData()
311 APValue::APValue(const APValue &RHS) : Kind(None) { in APValue() function in APValue
382 APValue::APValue(APValue &&RHS) : Kind(RHS.Kind), Data(RHS.Data) { in APValue() function in APValue
386 APValue &APValue::operator=(const APValue &RHS) { in operator =()
392 APValue &APValue::operator=(APValue &&RHS) { in operator =()
466 void APValue::swap(APValue &RHS) { in swap()
649 case APValue::Int: in printPretty()
893 const APValue::LValueBase APValue::getLValueBase() const { in getLValueBase()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/AST/
H A DAPValue.cpp47 APValue::LValueBase APValue::LValueBase::getDynamicAlloc(DynamicAllocLValue LV, in getDynamicAlloc()
55 APValue::LValueBase APValue::LValueBase::getTypeInfo(TypeInfoLValue LV, in getTypeInfo()
306 APValue::UnionData::UnionData() : Field(nullptr), Value(new APValue) {} in UnionData()
311 APValue::APValue(const APValue &RHS) : Kind(None) { in APValue() function in APValue
382 APValue::APValue(APValue &&RHS) : Kind(RHS.Kind), Data(RHS.Data) { in APValue() function in APValue
386 APValue &APValue::operator=(const APValue &RHS) { in operator =()
392 APValue &APValue::operator=(APValue &&RHS) { in operator =()
466 void APValue::swap(APValue &RHS) { in swap()
649 case APValue::Int: in printPretty()
893 const APValue::LValueBase APValue::getLValueBase() const { in getLValueBase()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/AST/
H A DAPValue.cpp47 APValue::LValueBase APValue::LValueBase::getDynamicAlloc(DynamicAllocLValue LV, in getDynamicAlloc()
55 APValue::LValueBase APValue::LValueBase::getTypeInfo(TypeInfoLValue LV, in getTypeInfo()
306 APValue::UnionData::UnionData() : Field(nullptr), Value(new APValue) {} in UnionData()
311 APValue::APValue(const APValue &RHS) : Kind(None) { in APValue() function in APValue
382 APValue::APValue(APValue &&RHS) : Kind(RHS.Kind), Data(RHS.Data) { in APValue() function in APValue
386 APValue &APValue::operator=(const APValue &RHS) { in operator =()
392 APValue &APValue::operator=(APValue &&RHS) { in operator =()
466 void APValue::swap(APValue &RHS) { in swap()
649 case APValue::Int: in printPretty()
893 const APValue::LValueBase APValue::getLValueBase() const { in getLValueBase()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/AST/
H A DAPValue.cpp47 APValue::LValueBase APValue::LValueBase::getDynamicAlloc(DynamicAllocLValue LV, in getDynamicAlloc()
55 APValue::LValueBase APValue::LValueBase::getTypeInfo(TypeInfoLValue LV, in getTypeInfo()
306 APValue::UnionData::UnionData() : Field(nullptr), Value(new APValue) {} in UnionData()
311 APValue::APValue(const APValue &RHS) : Kind(None) { in APValue() function in APValue
382 APValue::APValue(APValue &&RHS) : Kind(RHS.Kind), Data(RHS.Data) { in APValue() function in APValue
386 APValue &APValue::operator=(const APValue &RHS) { in operator =()
392 APValue &APValue::operator=(APValue &&RHS) { in operator =()
466 void APValue::swap(APValue &RHS) { in swap()
649 case APValue::Int: in printPretty()
893 const APValue::LValueBase APValue::getLValueBase() const { in getLValueBase()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/AST/
H A DAPValue.cpp47 APValue::LValueBase APValue::LValueBase::getDynamicAlloc(DynamicAllocLValue LV, in getDynamicAlloc()
55 APValue::LValueBase APValue::LValueBase::getTypeInfo(TypeInfoLValue LV, in getTypeInfo()
306 APValue::UnionData::UnionData() : Field(nullptr), Value(new APValue) {} in UnionData()
311 APValue::APValue(const APValue &RHS) : Kind(None) { in APValue() function in APValue
382 APValue::APValue(APValue &&RHS) : Kind(RHS.Kind), Data(RHS.Data) { in APValue() function in APValue
386 APValue &APValue::operator=(const APValue &RHS) { in operator =()
392 APValue &APValue::operator=(APValue &&RHS) { in operator =()
466 void APValue::swap(APValue &RHS) { in swap()
649 case APValue::Int: in printPretty()
893 const APValue::LValueBase APValue::getLValueBase() const { in getLValueBase()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/AST/
H A DAPValue.cpp47 APValue::LValueBase APValue::LValueBase::getDynamicAlloc(DynamicAllocLValue LV, in getDynamicAlloc()
55 APValue::LValueBase APValue::LValueBase::getTypeInfo(TypeInfoLValue LV, in getTypeInfo()
298 APValue::UnionData::UnionData() : Field(nullptr), Value(new APValue) {} in UnionData()
303 APValue::APValue(const APValue &RHS) : Kind(None) { in APValue() function in APValue
374 APValue::APValue(APValue &&RHS) : Kind(RHS.Kind), Data(RHS.Data) { in APValue() function in APValue
378 APValue &APValue::operator=(const APValue &RHS) { in operator =()
384 APValue &APValue::operator=(APValue &&RHS) { in operator =()
459 void APValue::swap(APValue &RHS) { in swap()
642 case APValue::Int: in printPretty()
886 const APValue::LValueBase APValue::getLValueBase() const { in getLValueBase()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/AST/
H A DAPValue.h38 class APValue {
132 APValue *Elts;
138 APValue *Elts;
144 APValue *Elts;
152 APValue *Value;
178 explicit APValue(const APValue *E, unsigned N) : Kind(Uninitialized) { in APValue() function
187 APValue(const APValue &RHS);
188 APValue(APValue &&RHS) : Kind(Uninitialized) { swap(RHS); } in APValue() function
205 explicit APValue(const FieldDecl *D, const APValue &V = APValue())
218 ~APValue() { in ~APValue()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/AST/
H A DAPValue.h38 class APValue {
132 APValue *Elts;
138 APValue *Elts;
144 APValue *Elts;
152 APValue *Value;
178 explicit APValue(const APValue *E, unsigned N) : Kind(Uninitialized) { in APValue() function
187 APValue(const APValue &RHS);
188 APValue(APValue &&RHS) : Kind(Uninitialized) { swap(RHS); } in APValue() function
205 explicit APValue(const FieldDecl *D, const APValue &V = APValue())
218 ~APValue() { in ~APValue()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/AST/
H A DAPValue.cpp26 APValue::LValueBase Base;
46 clang::APValue::LValueBase
54 clang::APValue::LValueBase
162 APValue::UnionData::UnionData() : Field(nullptr), Value(new APValue) {} in UnionData()
167 APValue::APValue(const APValue &RHS) : Kind(Uninitialized) { in APValue() function in APValue
292 void APValue::swap(APValue &RHS) { in swap()
391 case APValue::Int: in printPretty()
397 case APValue::Float: in printPretty()
561 case APValue::Union: in printPretty()
595 const APValue::LValueBase APValue::getLValueBase() const { in getLValueBase()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/AST/
H A DAPValue.cpp45 APValue::LValueBase APValue::LValueBase::getDynamicAlloc(DynamicAllocLValue LV, in getDynamicAlloc()
53 APValue::LValueBase APValue::LValueBase::getTypeInfo(TypeInfoLValue LV, in getTypeInfo()
231 APValue::UnionData::UnionData() : Field(nullptr), Value(new APValue) {} in UnionData()
236 APValue::APValue(const APValue &RHS) : Kind(None) { in APValue() function in APValue
373 void APValue::swap(APValue &RHS) { in swap()
392 case APValue::None: in printPretty()
398 case APValue::Int: in printPretty()
404 case APValue::Float: in printPretty()
595 case APValue::Union: in printPretty()
649 const APValue::LValueBase APValue::getLValueBase() const { in getLValueBase()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/
H A DAPValue.cpp45 APValue::LValueBase APValue::LValueBase::getDynamicAlloc(DynamicAllocLValue LV, in getDynamicAlloc()
53 APValue::LValueBase APValue::LValueBase::getTypeInfo(TypeInfoLValue LV, in getTypeInfo()
231 APValue::UnionData::UnionData() : Field(nullptr), Value(new APValue) {} in UnionData()
236 APValue::APValue(const APValue &RHS) : Kind(None) { in APValue() function in APValue
374 void APValue::swap(APValue &RHS) { in swap()
394 case APValue::None: in printPretty()
400 case APValue::Int: in printPretty()
406 case APValue::Float: in printPretty()
597 case APValue::Union: in printPretty()
651 const APValue::LValueBase APValue::getLValueBase() const { in getLValueBase()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/AST/
H A DAPValue.cpp45 APValue::LValueBase APValue::LValueBase::getTypeInfo(TypeInfoLValue LV, in getTypeInfo()
100 clang::APValue::LValueBase
217 APValue::UnionData::UnionData() : Field(nullptr), Value(new APValue) {} in UnionData()
222 APValue::APValue(const APValue &RHS) : Kind(None) { in APValue() function in APValue
359 void APValue::swap(APValue &RHS) { in swap()
462 case APValue::None: in printPretty()
468 case APValue::Int: in printPretty()
474 case APValue::Float: in printPretty()
653 case APValue::Union: in printPretty()
707 const APValue::LValueBase APValue::getLValueBase() const { in getLValueBase()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DAPValue.h115 class APValue {
246 APValue *Elts;
252 APValue *Elts;
258 APValue *Elts;
266 APValue *Value;
295 explicit APValue(const APValue *E, unsigned N) : Kind(None) {
304 APValue(const APValue &RHS);
305 APValue(APValue &&RHS) : Kind(None) { swap(RHS); }
322 explicit APValue(const FieldDecl *D, const APValue &V = APValue())
340 ~APValue() {
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DAPValue.h76 class APValue {
202 APValue *Elts;
208 APValue *Elts;
214 APValue *Elts;
222 APValue *Value;
251 explicit APValue(const APValue *E, unsigned N) : Kind(None) {
260 APValue(const APValue &RHS);
261 APValue(APValue &&RHS) : Kind(None) { swap(RHS); }
278 explicit APValue(const FieldDecl *D, const APValue &V = APValue())
296 ~APValue() {
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DAPValue.h115 class APValue {
246 APValue *Elts;
252 APValue *Elts;
258 APValue *Elts;
266 APValue *Value;
295 explicit APValue(const APValue *E, unsigned N) : Kind(None) {
304 APValue(const APValue &RHS);
305 APValue(APValue &&RHS) : Kind(None) { swap(RHS); }
322 explicit APValue(const FieldDecl *D, const APValue &V = APValue())
340 ~APValue() {
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DAPValue.h115 class APValue {
246 APValue *Elts;
252 APValue *Elts;
258 APValue *Elts;
266 APValue *Value;
295 explicit APValue(const APValue *E, unsigned N) : Kind(None) {
304 APValue(const APValue &RHS);
305 APValue(APValue &&RHS) : Kind(None) { swap(RHS); }
322 explicit APValue(const FieldDecl *D, const APValue &V = APValue())
340 ~APValue() {
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/AST/
H A DAPValue.cpp45 APValue::LValueBase APValue::LValueBase::getDynamicAlloc(DynamicAllocLValue LV, in getDynamicAlloc()
53 APValue::LValueBase APValue::LValueBase::getTypeInfo(TypeInfoLValue LV, in getTypeInfo()
231 APValue::UnionData::UnionData() : Field(nullptr), Value(new APValue) {} in UnionData()
236 APValue::APValue(const APValue &RHS) : Kind(None) { in APValue() function in APValue
373 void APValue::swap(APValue &RHS) { in swap()
476 case APValue::None: in printPretty()
482 case APValue::Int: in printPretty()
488 case APValue::Float: in printPretty()
679 case APValue::Union: in printPretty()
733 const APValue::LValueBase APValue::getLValueBase() const { in getLValueBase()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/AST/
H A DAPValue.cpp45 APValue::LValueBase APValue::LValueBase::getDynamicAlloc(DynamicAllocLValue LV, in getDynamicAlloc()
53 APValue::LValueBase APValue::LValueBase::getTypeInfo(TypeInfoLValue LV, in getTypeInfo()
231 APValue::UnionData::UnionData() : Field(nullptr), Value(new APValue) {} in UnionData()
236 APValue::APValue(const APValue &RHS) : Kind(None) { in APValue() function in APValue
373 void APValue::swap(APValue &RHS) { in swap()
476 case APValue::None: in printPretty()
482 case APValue::Int: in printPretty()
488 case APValue::Float: in printPretty()
679 case APValue::Union: in printPretty()
733 const APValue::LValueBase APValue::getLValueBase() const { in getLValueBase()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DAPValue.h122 class APValue {
270 APValue *Elts;
276 APValue *Elts;
282 APValue *Elts;
319 explicit APValue(const APValue *E, unsigned N) : Kind(None) {
328 APValue(const APValue &RHS);
329 APValue(APValue &&RHS);
346 explicit APValue(const FieldDecl *D, const APValue &V = APValue())
364 APValue &operator=(const APValue &RHS);
365 APValue &operator=(APValue &&RHS);
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DAPValue.h122 class APValue {
270 APValue *Elts;
276 APValue *Elts;
282 APValue *Elts;
319 explicit APValue(const APValue *E, unsigned N) : Kind(None) {
328 APValue(const APValue &RHS);
329 APValue(APValue &&RHS);
346 explicit APValue(const FieldDecl *D, const APValue &V = APValue())
364 APValue &operator=(const APValue &RHS);
365 APValue &operator=(APValue &&RHS);
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DAPValue.h122 class APValue {
270 APValue *Elts;
276 APValue *Elts;
282 APValue *Elts;
319 explicit APValue(const APValue *E, unsigned N) : Kind(None) {
328 APValue(const APValue &RHS);
329 APValue(APValue &&RHS);
346 explicit APValue(const FieldDecl *D, const APValue &V = APValue())
364 APValue &operator=(const APValue &RHS);
365 APValue &operator=(APValue &&RHS);
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DAPValue.h122 class APValue {
270 APValue *Elts;
276 APValue *Elts;
282 APValue *Elts;
319 explicit APValue(const APValue *E, unsigned N) : Kind(None) {
328 APValue(const APValue &RHS);
329 APValue(APValue &&RHS);
346 explicit APValue(const FieldDecl *D, const APValue &V = APValue())
364 APValue &operator=(const APValue &RHS);
365 APValue &operator=(APValue &&RHS);
[all …]

12345678910>>...39