OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Assumed
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h
39
// currently
assumed
state (see the AbstractState class) might not be valid
44
// in-flight. Since the IR is given and
assumed
to be valid, the information
45
// derived from it can be
assumed
to hold. However, information derived from
1111
/// was
assumed
dead.
1318
"Only local linkage is
assumed
dead initially.");
1384
/// If \p V is
assumed
to be a constant, return it, if it is unclear yet,
1390
/// Return true if \p AA (or its context instruction) is
assumed
dead.
1397
/// Return true if \p I is
assumed
dead.
1405
/// Return true if \p U is
assumed
dead.
1413
/// Return true if \p IRP is
assumed
dead
[
all
...]
/src/external/gpl3/gcc/dist/libgcc/config/mmix/
crti.S
52
crtstxt OCTA _init %
Assumed
to be the lowest executed address.
53
OCTA __etext %
Assumed
to be beyond the highest executed address.
55
crtsdat OCTA dstart %
Assumed
to be the lowest accessed address.
56
OCTA _end %
Assumed
to be beyond the highest accessed address.
75
% is
assumed
to be the same as initial loading of the contents, as
/src/external/gpl3/gcc.old/dist/libgcc/config/mmix/
crti.S
52
crtstxt OCTA _init %
Assumed
to be the lowest executed address.
53
OCTA __etext %
Assumed
to be beyond the highest executed address.
55
crtsdat OCTA dstart %
Assumed
to be the lowest accessed address.
56
OCTA _end %
Assumed
to be beyond the highest accessed address.
75
% is
assumed
to be the same as initial loading of the contents, as
/src/external/apache2/llvm/dist/clang/lib/AST/
TemplateName.cpp
249
else if (AssumedTemplateStorage *
Assumed
= getAsAssumedTemplateName()) {
250
Assumed
->getDeclName().print(OS, Policy);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
TemplateName.h
51
Assumed
, // defined in DeclarationName.h
85
return Bits.Kind ==
Assumed
210
/// An unqualified-id that has been
assumed
to name a function template
265
/// Retrieve information on a name that has been
assumed
to be a
DeclarationName.h
930
/// been
assumed
to be a template name (despite finding no TemplateDecls).
935
: UncommonTemplateNameStorage(
Assumed
, 0), Name(Name) {}
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp
370
// Only track dependence if we are going to use the
assumed
info.
418
auto
Assumed
= S.getAssumed();
420
return
Assumed
== S.getAssumed() ? ChangeStatus::UNCHANGED
481
// TODO: If we know we visited all returned values, thus no are
assumed
587
// TODO: If we know we visited all incoming values, thus no are
assumed
904
/// Return an
assumed
unique return value if a single candidate is found. If
944
// Check if we have an
assumed
unique return value that we could manifest.
963
// If the
assumed
unique return value is an argument, annotate it.
1009
// undef values that can also be present, it is
assumed
to be the actual
2064
// We also ensure the return position is not "
assumed
dead
[
all
...]
Completed in 26 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026