OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needsSaving
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
EHScopeStack.h
58
static bool
needsSaving
(type value) { return false; }
CGCleanup.cpp
26
bool DominatingValue<RValue>::saved_type::
needsSaving
(RValue rv) {
28
return DominatingLLVMValue::
needsSaving
(rv.getScalarVal());
30
return DominatingLLVMValue::
needsSaving
(rv.getAggregatePointer());
40
if (!DominatingLLVMValue::
needsSaving
(V))
62
if (!DominatingLLVMValue::
needsSaving
(V.getPointer()))
CodeGenFunction.h
157
static bool
needsSaving
(llvm::Value *value) {
188
static bool
needsSaving
(type value) {
189
return DominatingLLVMValue::
needsSaving
(value.getPointer());
215
static bool
needsSaving
(RValue value);
222
static bool
needsSaving
(type value) {
223
return saved_type::
needsSaving
(value);
756
assert(!DominatingValue<Address>::
needsSaving
(ActiveFlag) &&
4818
if (!
needsSaving
(value)) return saved_type(value, false);
Completed in 61 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026