OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AbstractState
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
ConstantEmitter.h
167
struct
AbstractState
{
171
AbstractState
pushAbstract() {
172
AbstractState
saved = { Abstract, PlaceholderAddresses.size() };
176
llvm::Constant *validateAndPopAbstract(llvm::Constant *C,
AbstractState
save);
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h
39
// currently assumed state (see the
AbstractState
class) might not be valid
73
// (which could be the same) that (transitively) inherits from
AbstractState
.
1767
struct
AbstractState
{
1768
virtual ~
AbstractState
() {}
1806
struct IntegerStateBase : public
AbstractState
{
1824
/// See
AbstractState
::isValidState()
1828
/// See
AbstractState
::isAtFixpoint()
1831
/// See
AbstractState
::indicateOptimisticFixpoint(...)
1837
/// See
AbstractState
::indicatePessimisticFixpoint(...)
2090
struct IntegerRangeState : public
AbstractState
{
[
all
...]
Completed in 19 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026