OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Dynamic
(Results
1 - 25
of
39
) sorted by relevancy
1
2
/src/external/apache2/llvm/lib/libclangASTMatchersDynamic/
Makefile
7
.PATH: ${CLANG_SRCDIR}/lib/ASTMatchers/
Dynamic
/src/external/apache2/llvm/dist/llvm/lib/IR/
FPEnv.cpp
21
// For
dynamic
rounding mode, we use round to nearest but we will set the
24
.Case("round.
dynamic
", RoundingMode::
Dynamic
)
36
case RoundingMode::
Dynamic
:
37
RoundingStr = "round.
dynamic
";
/src/external/bsd/openldap/dist/tests/scripts/
test046-dds
20
# LDIF lacks ACL support, NULL cannot hold
dynamic
entries
26
echo "
Dynamic
Directory Services overlay not available, test skipped"
81
echo "Creating a
dynamic
entry..."
84
dn: cn=
Dynamic
Object,dc=example,dc=com
87
cn:
Dynamic
Object
97
echo "Refreshing the newly created
dynamic
entry..."
99
"refresh" "cn=
Dynamic
Object,dc=example,dc=com" "120" \
108
echo "Modifying the newly created
dynamic
entry..."
111
dn: cn=
Dynamic
Object,dc=example,dc=com
114
userPassword:
dynamic
[
all
...]
test044-dynlist
77
LISTDN="ou=
Dynamic
Lists,$BASEDN"
78
echo "Adding a
dynamic
list..."
83
ou:
Dynamic
Lists
85
dn: cn=
Dynamic
List,$LISTDN
87
cn:
Dynamic
List
94
'(cn=
Dynamic
List)' '*' \
106
'(cn=
Dynamic
List)' mail \
118
'(cn=
Dynamic
List)' objectClass \
130
'(cn=
Dynamic
List)' '*' \
190
"cn=
Dynamic
List,$LISTDN" "cn:Bjorn Jensen"
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
pass-by-ref-2.cc
93
class
Dynamic
: public DynamicBase {
99
Dynamic
::get (void)
263
Dynamic
dynamic
;
variable
283
v = cbvDynamic (
dynamic
);
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
pass-by-ref-2.cc
93
class
Dynamic
: public DynamicBase {
99
Dynamic
::get (void)
263
Dynamic
dynamic
;
variable
283
v = cbvDynamic (
dynamic
);
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
FloatingPointMode.h
29
/// the rounding mode values and the special value \c
Dynamic
must fit into the
43
Dynamic
= 7, ///< Denotes mode unknown at compile time.
55
case RoundingMode::
Dynamic
: return "
dynamic
";
/src/external/apache2/llvm/dist/clang/include/clang/Index/
IndexSymbol.h
106
Dynamic
= 1 << 6,
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexDecl.cpp
163
SymbolRoleSet Roles = (SymbolRoleSet)SymbolRole::
Dynamic
;
242
Roles |= (unsigned)SymbolRole::
Dynamic
;
538
if (D->getPropertyImplementation() == ObjCPropertyImplDecl::
Dynamic
)
543
SymbolRoleSet(SymbolRole::
Dynamic
) | SymbolRoleSet(SymbolRole::Implicit);
IndexBody.cpp
99
Roles |= (unsigned)SymbolRole::
Dynamic
;
261
Roles |= (unsigned)SymbolRole::
Dynamic
;
IndexSymbol.cpp
420
APPLY_FOR_ROLE(
Dynamic
);
463
case SymbolRole::
Dynamic
: OS << "Dyn"; break;
IndexingContext.cpp
336
case SymbolRole::
Dynamic
:
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELFObjectFile.h
256
const Elf_Shdr *DotDynSymSec = nullptr; //
Dynamic
symbol table section.
895
Elf_Dyn *
Dynamic
=
897
for (;
Dynamic
->d_tag != ELF::DT_NULL;
Dynamic
++) {
898
if (
Dynamic
->d_tag == ELF::DT_REL ||
Dynamic
->d_tag == ELF::DT_RELA ||
899
Dynamic
->d_tag == ELF::DT_JMPREL) {
900
Offsets.push_back(
Dynamic
->d_un.d_val);
/src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
ELFYAML.h
181
Dynamic
,
348
DynamicSection() : Section(ChunkKind::
Dynamic
) {}
354
static bool classof(const Chunk *S) { return S->Kind == ChunkKind::
Dynamic
; }
412
// Index of the first symbol in the
dynamic
symbol table
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
LangOptions.h
504
getRoundingMode() == llvm::RoundingMode::
Dynamic
&&
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAttr.cpp
1126
if (FPR == llvm::RoundingMode::
Dynamic
&&
1156
// Enabling FENV access sets the RoundingMode to
Dynamic
.
1158
NewFPFeatures.setRoundingModeOverride(llvm::RoundingMode::
Dynamic
);
SemaObjCProperty.cpp
1075
/// as \@synthesize or \@
dynamic
.
1419
// @
dynamic
1428
: ObjCPropertyImplDecl::
Dynamic
),
1579
// use and if 1) property is @
dynamic
or 2) property is synthesized
1616
if (PIDecl->getPropertyImplementation() == ObjCPropertyImplDecl::
Dynamic
&&
1902
// Is there a matching property synthesize/
dynamic
?
2124
// Is there a matching property synthesize/
dynamic
?
2220
if (PIDecl->getPropertyImplementation() == ObjCPropertyImplDecl::
Dynamic
)
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h
2261
/// Categories were originally inspired by
dynamic
languages such as Common
2479
/// \@
dynamic
p1,d1;
2745
Dynamic
2749
SourceLocation AtLoc; // location of \@synthesize or \@
dynamic
2762
/// Null for \@
dynamic
. Required for \@synthesize.
2770
/// Null for \@
dynamic
. Non-null if property must be copy-constructed in
2774
/// Null for \@
dynamic
. Non-null if property has assignment operator to call
2785
assert(PK ==
Dynamic
|| PropertyIvarDecl);
2811
return PropertyIvarDecl ? Synthesize :
Dynamic
;
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
ELFEmitter.cpp
178
enum class SymtabType { Static,
Dynamic
};
625
initSymtabSectionHeader(Header, SymtabType::
Dynamic
, CBA, YAMLSec);
1698
// Write the index of the first symbol in the
dynamic
symbol table accessible
1848
// Add the
dynamic
symbol names to .dynstr section.
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
regstr.d
598
REGSTR_VAL_DYNAMIC = `
Dynamic
`,
/src/external/apache2/llvm/dist/clang/lib/AST/
MicrosoftMangle.cpp
2112
bool
Dynamic
= POSA->isDynamic();
2114
auto Iter = PassObjectSizeArgs.insert({Type,
Dynamic
}).first;
2120
Dynamic
? "__pass_dynamic_object_size" : "__pass_object_size";
ASTContext.cpp
4228
// A
dynamic
exception specification is canonical if it only contains pack
4320
// A
dynamic
exception specification is almost always "not noexcept",
7089
/// kPropertyDynamic = 'D', // property is
dynamic
7103
bool
Dynamic
= false;
7108
if (PropertyImpDecl->getPropertyImplementation() == ObjCPropertyImplDecl::
Dynamic
)
7109
Dynamic
= true;
7140
// are "
dynamic
by default".
7141
if (
Dynamic
)
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp
226
"asan-force-
dynamic
-shadow",
232
cl::desc("Access
dynamic
shadow through an ifunc global on "
238
cl::desc("Suppress rematerialization of
dynamic
shadow address by passing "
317
ClInstrumentDynamicAllocas("asan-instrument-
dynamic
-allocas",
318
cl::desc("instrument
dynamic
allocas"),
358
"asan-stack-
dynamic
-alloca",
359
cl::desc("Use
dynamic
alloca to represent stack variables"), cl::Hidden,
1027
// alloca. We have a special @llvm.get.
dynamic
.area.offset intrinsic for
1045
// Unpoison
dynamic
allocas redzones.
1055
// Deploy and poison redzones around
dynamic
alloca call. To do this, w
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
935
if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::
Dynamic
)
7042
if (Prop->getPropertyImplementation() == ObjCPropertyImplDecl::
Dynamic
)
7292
if (Prop->getPropertyImplementation() == ObjCPropertyImplDecl::
Dynamic
)
RewriteObjC.cpp
781
if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::
Dynamic
)
5367
if (Prop->getPropertyImplementation() == ObjCPropertyImplDecl::
Dynamic
)
5645
if (Prop->getPropertyImplementation() == ObjCPropertyImplDecl::
Dynamic
)
Completed in 87 milliseconds
1
2
Indexes created Sun Sep 20 00:26:38 UTC 2026