OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Abstract
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
ConstantEmitter.h
29
bool
Abstract
= false;
31
/// Whether non-
abstract
components of the emitter have been initialized.
43
/// The AST address space where this (non-
abstract
) initializer is going.
65
/// Is the current emission context
abstract
?
67
return
Abstract
;
70
/// Try to emit the initiaizer of the given declaration as an
abstract
80
// All of the "
abstract
" emission methods below permit the emission to
87
// side-effects must not be emitted as an
abstract
expression
94
/// Try to emit the initializer of the given declaration as an
abstract
98
/// Emit the result of the given expression as an
abstract
constant
[
all
...]
CGExprConstant.cpp
1335
Abstract
= saved.OldValue;
1338
"created a placeholder while doing an
abstract
emission?");
1429
assert(!
Abstract
&& "cannot get current address for
abstract
constant");
1585
"finalizing emitter that was used for
abstract
emission?");
1601
"not finalized after being initialized for non-
abstract
emission");
/src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangASTNodesEmitter.cpp
85
// Returns the first and last non-
abstract
subrecords
100
bool
Abstract
= Child.isAbstract();
108
if (
Abstract
) OS << "ABSTRACT_" << macroHierarchyName() << "(";
110
if (
Abstract
) OS << ")";
124
// children and this node was
abstract
, which is not a sensible combination.
126
PrintFatalError(Base.getLoc(), "
abstract
node has no children");
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h
91
DIE *constructVariableDIEImpl(const DbgVariable &DV, bool
Abstract
);
215
DIE *constructVariableDIE(DbgVariable &DV, bool
Abstract
= false);
276
/// Find
abstract
variable associated with Var.
DwarfCompileUnit.cpp
691
DIE *DwarfCompileUnit::constructVariableDIE(DbgVariable &DV, bool
Abstract
) {
692
auto D = constructVariableDIEImpl(DV,
Abstract
);
710
bool
Abstract
) {
715
if (
Abstract
) {
1102
// Passing null as the associated node because the
abstract
definition
1275
// If this subprogram has an
abstract
definition, reference that
/src/external/gpl3/binutils/dist/zlib/contrib/delphi/
ZLib.pas
44
//
Abstract
ancestor class
/src/external/gpl3/binutils.old/dist/zlib/contrib/delphi/
ZLib.pas
44
//
Abstract
ancestor class
/src/external/gpl3/gdb.old/dist/zlib/contrib/delphi/
ZLib.pas
44
//
Abstract
ancestor class
/src/external/gpl3/gdb/dist/zlib/contrib/delphi/
ZLib.pas
44
//
Abstract
ancestor class
/src/common/dist/zlib/contrib/delphi/
ZLib.pas
44
//
Abstract
ancestor class
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclCXX.cpp
78
Abstract
(false), IsStandardLayout(true), IsCXX11StandardLayout(true),
586
// C++ [class.
abstract
]p2:
587
// A class is
abstract
if it has at least one pure virtual function.
588
data().
Abstract
= true;
1981
// If the class may be
abstract
(but hasn't been marked as such), check for
2000
// C++ [class.
abstract
]p4:
2001
// A class is
abstract
if it contains or inherits at least one
2005
data().
Abstract
= true;
2020
if (data().
Abstract
|| isInvalidDecl() || !data().Polymorphic ||
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
wininet.d
441
GOPHER_ABSTRACT_CATEGORY = "+
ABSTRACT
",
455
GOPHER_ABSTRACT_ATTRIBUTE = "
Abstract
",
1066
GOPHER_ABSTRACT_ATTRIBUTE_TYPE
Abstract
;
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h
1162
/// The class is is
abstract
per (C++ [class.
abstract
]p2) if it declares
1165
bool isAbstract() const { return data().
Abstract
; }
1681
/// be provided as an optimization for
abstract
-class checking. If NULL,
1686
/// Determine whether this class may end up being
abstract
, even though
1687
/// it is not yet known to be
abstract
.
1689
/// \returns true if this class is not known to be
abstract
but has any
1690
/// base classes that are
abstract
. In this case, \c completeDefinition()
1692
/// actually
abstract
.
/src/external/gpl3/gcc.old/dist/libphobos/src/std/uni/
package.d
252
$(P $(DEF
Abstract
character) A unit of information used for the organization,
260
$(LI An
abstract
character has no concrete form
263
$(LI An
abstract
character does not necessarily
267
$(LI The
abstract
characters encoded (see Encoded character)
268
are known as Unicode
abstract
characters.
270
$(LI
Abstract
characters not directly
299
an assigned
abstract
character (a symbolic meaning).
345
between an
abstract
character and a code point.
10497
a $(CODEPOINT) with no assigned
abstract
character.
/src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.mli
15
(** {6
Abstract
types}
17
These
abstract
types correlate directly to the LLVMCore classes. *)
Completed in 90 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026