HomeSort by: relevance | last modified time | path
    Searched defs:dynamic (Results 1 - 25 of 88) sorted by relevancy

1 2 3 4

  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
Parser.h 39 #include "clang/ASTMatchers/Dynamic/Registry.h"
40 #include "clang/ASTMatchers/Dynamic/VariantValue.h"
50 namespace dynamic { namespace in namespace:clang::ast_matchers
279 } // namespace dynamic
Registry.h 19 #include "clang/ASTMatchers/Dynamic/Diagnostics.h"
20 #include "clang/ASTMatchers/Dynamic/VariantValue.h"
30 namespace dynamic { namespace in namespace:clang::ast_matchers
156 } // namespace dynamic
Diagnostics.h 17 #include "clang/ASTMatchers/Dynamic/VariantValue.h"
28 namespace dynamic { namespace in namespace:clang::ast_matchers
185 } // namespace dynamic
VariantValue.h 12 /// Supports all the types required for dynamic Matcher construction.
29 namespace dynamic { namespace in namespace:clang::ast_matchers
355 } // end namespace dynamic
  /src/sys/arch/acorn32/stand/lib/
rmreloc.c 70 Elf_Dyn *dynamic; /* Dynamic section */ member in struct:__anon875
106 relocate_self(Elf_Dyn *dynamic, void *oldbase, void *newbase)
114 obj = &o; obj->dynamic = dynamic; obj->relocbase = newbase;
116 for (dynp = obj->dynamic; dynp->d_tag != DT_NULL; ++dynp) {
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
Diagnostics.cpp 9 #include "clang/ASTMatchers/Dynamic/Diagnostics.h"
13 namespace dynamic { namespace in namespace:clang::ast_matchers
229 } // namespace dynamic
Registry.cpp 14 #include "clang/ASTMatchers/Dynamic/Registry.h"
18 #include "clang/ASTMatchers/Dynamic/Diagnostics.h"
19 #include "clang/ASTMatchers/Dynamic/VariantValue.h"
36 namespace dynamic { namespace in namespace:clang::ast_matchers
786 } // namespace dynamic
VariantValue.cpp 14 #include "clang/ASTMatchers/Dynamic/VariantValue.h"
20 namespace dynamic { namespace in namespace:clang::ast_matchers
490 } // end namespace dynamic
  /src/external/bsd/ntp/dist/ntpd/
ntp_leapsec.h 94 * 'dynamic' != 0 if entry was requested by clock/peer
104 uint8_t dynamic; member in struct:leap_result
235 * dynamic. The leap signature is NOT updated.
264 * qr->dynamic;
  /src/external/gpl3/binutils/dist/gprofng/src/
checks.cc 345 int dynamic = 0; local
351 dynamic = 1;
355 if (dynamic == 0)
357 // target is not a dynamic executable or shared object;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
checks.cc 345 int dynamic = 0; local
351 dynamic = 1;
355 if (dynamic == 0)
357 // target is not a dynamic executable or shared object;
  /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/ibm-public/postfix/dist/src/global/
db_common.c 196 int dynamic = 0; local
210 dynamic = 1;
216 dynamic = 1;
220 dynamic = 1;
224 dynamic = 1;
247 dynamic = 1;
253 return 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/common/dist/zlib/contrib/puff/
puff.c 79 * 2.3 21 Jan 2013 - Check for invalid code length codes in dynamic blocks
232 * in the deflate format. See the format notes for fixed() and dynamic().
325 * one symbol, which is an error in a dynamic block.
328 * This is assured by the construction of the length arrays in dynamic() and
335 * bit instead of zero bits. See the format notes for fixed() and dynamic().
387 * description if dynamic is a combination of literals and length/distance
508 /* done with a valid fixed or dynamic block */
518 * which the size of the code descriptions in a dynamic block exceeds the
579 * Process a dynamic codes block.
583 * - A dynamic block starts with a description of the literal/length an
665 local int dynamic(struct state *s) function
    [all...]
  /src/external/bsd/wpa/dist/src/utils/
trace.c 101 bfd_boolean dynamic = FALSE; local
114 dynamic = TRUE;
127 if (dynamic)
133 dynamic ? "dynamic " : "");
  /src/external/gpl3/binutils/dist/binutils/
addr2line.c 123 bool dynamic = false;
132 dynamic = true;
141 if (dynamic)
149 we have not tried the dynamic symbols then give them a go. */
151 && ! dynamic
121 bool dynamic = false; local
  /src/external/gpl3/binutils/dist/zlib/contrib/puff/
puff.c 79 * 2.3 21 Jan 2013 - Check for invalid code length codes in dynamic blocks
232 * in the deflate format. See the format notes for fixed() and dynamic().
325 * one symbol, which is an error in a dynamic block.
328 * This is assured by the construction of the length arrays in dynamic() and
335 * bit instead of zero bits. See the format notes for fixed() and dynamic().
387 * description if dynamic is a combination of literals and length/distance
508 /* done with a valid fixed or dynamic block */
518 * which the size of the code descriptions in a dynamic block exceeds the
579 * Process a dynamic codes block.
583 * - A dynamic block starts with a description of the literal/length an
665 local int dynamic(struct state *s) function
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
addr2line.c 123 bool dynamic = false;
132 dynamic = true;
141 if (dynamic)
149 we have not tried the dynamic symbols then give them a go. */
151 && ! dynamic
121 bool dynamic = false; local
  /src/external/gpl3/binutils.old/dist/zlib/contrib/puff/
puff.c 79 * 2.3 21 Jan 2013 - Check for invalid code length codes in dynamic blocks
232 * in the deflate format. See the format notes for fixed() and dynamic().
325 * one symbol, which is an error in a dynamic block.
328 * This is assured by the construction of the length arrays in dynamic() and
335 * bit instead of zero bits. See the format notes for fixed() and dynamic().
387 * description if dynamic is a combination of literals and length/distance
508 /* done with a valid fixed or dynamic block */
518 * which the size of the code descriptions in a dynamic block exceeds the
579 * Process a dynamic codes block.
583 * - A dynamic block starts with a description of the literal/length an
665 local int dynamic(struct state *s) function
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/contrib/puff/
puff.c 79 * 2.3 21 Jan 2013 - Check for invalid code length codes in dynamic blocks
232 * in the deflate format. See the format notes for fixed() and dynamic().
325 * one symbol, which is an error in a dynamic block.
328 * This is assured by the construction of the length arrays in dynamic() and
335 * bit instead of zero bits. See the format notes for fixed() and dynamic().
387 * description if dynamic is a combination of literals and length/distance
508 /* done with a valid fixed or dynamic block */
518 * which the size of the code descriptions in a dynamic block exceeds the
579 * Process a dynamic codes block.
583 * - A dynamic block starts with a description of the literal/length an
665 local int dynamic(struct state *s) function
    [all...]
  /src/external/mpl/bind/dist/lib/dns/include/dns/
name.h 107 bool dynamic : 1; /*%< Used by name.c */ member in struct:dns_name::dns_name_attrs
136 (!name->attributes.readonly && !name->attributes.dynamic)
1120 *\li All dynamic resources used by 'name' are freed and the name is
1154 * Returns whether there is dynamic memory associated with this name.
1162 *\li 'true' if the name is dynamic otherwise 'false'.
1354 * 'name' (which is 0 if 'name' is not dynamic).
  /src/external/gpl3/gdb.old/dist/gdb/
varobj.h 165 /* Dynamic part of varobj. */
166 struct varobj_dynamic *dynamic; member in struct:varobj
  /src/external/gpl3/gdb/dist/gdb/
varobj.h 165 /* Dynamic part of varobj. */
166 struct varobj_dynamic *dynamic; member in struct:varobj
  /src/external/gpl3/gdb/dist/zlib/contrib/puff/
puff.c 79 * 2.3 21 Jan 2013 - Check for invalid code length codes in dynamic blocks
232 * in the deflate format. See the format notes for fixed() and dynamic().
325 * one symbol, which is an error in a dynamic block.
328 * This is assured by the construction of the length arrays in dynamic() and
335 * bit instead of zero bits. See the format notes for fixed() and dynamic().
387 * description if dynamic is a combination of literals and length/distance
508 /* done with a valid fixed or dynamic block */
518 * which the size of the code descriptions in a dynamic block exceeds the
579 * Process a dynamic codes block.
583 * - A dynamic block starts with a description of the literal/length an
665 local int dynamic(struct state *s) function
    [all...]

Completed in 32 milliseconds

1 2 3 4