Searched
full:perform (Results
2426 -
2450 of
3795) sorted by null
<<919293949596979899100>>
/external/clang/docs/ |
Block-ABI-Apple.txt | 601 C++ objects stored in __block storage start out on the stack in a block_byref data structure as do other variables. Such objects (if not const objects) must support a regular copy constructor. The block_byref data structure will have copy and destroy helper routines synthesized by the compiler. The copy helper will have code created to perform the copy constructor based on the initial stack block_byref data structure, and will also set the (1<<26) bit in addition to the (1<<25) bit. The destroy helper will have code to do the destructor on the object stored within the supplied block_byref heap data structure. For example,
|
/external/clang/docs/tools/ |
clang.pod | 273 except that it enables optimizations that take longer to perform or that may
|
/external/clang/include/clang/Frontend/ |
ASTUnit.h | 710 /// \brief Perform code completion at the given file, line, and
|
/external/clang/include/clang/Sema/ |
Lookup.h | 207 /// Gets the kind of lookup to perform.
|
/external/clang/lib/CodeGen/ |
CodeGenFunction.h | 859 /// to which we can perform this jump later. 868 /// to which we can perform this jump later. [all...] |
/external/clang/lib/Sema/ |
SemaStmt.cpp | 383 // Perform a conversion to the promoted condition type if needed. [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
Checkers.td | 199 HelpText<"Perform quick security API checks that require no data flow">,
|
/external/clang/lib/StaticAnalyzer/Core/ |
RegionStore.cpp | 929 // FIXME: Here we actually perform an implicit conversion from the loaded 938 // FIXME: Here we actually perform an implicit conversion from the loade [all...] |
/external/clang/www/analyzer/ |
annotations.html | 148 functions allows the analyzer to perform extra checking.</p>
|
/external/collada/include/dae/ |
daeElement.h | 402 // These functions perform the same as the functions above, except that they take the element
|
/external/dbus/dbus/ |
dbus-md5.c | 310 /* Then perform the following additions. (That is increment each
|
/external/doclava/res/assets/templates/assets/ |
doclava-developer-docs.js | 305 * because it can't properly perform auto width for "doc-content" div,
|
/external/e2fsprogs/e2fsck/ |
recovery.c | 278 * We perform one pass over the journal to allow us to tell the user how
|
revoke.c | 386 * only perform the full cancel if the revoke bit is set. If
|
/external/e2fsprogs/lib/ext2fs/ |
nt_io.c | 911 // perform io
|
/external/elfutils/m4/ |
gettext.m4 | 336 dnl Perform the following tests also if --disable-nls has been given,
|
/external/fdlibm/ |
e_sqrt.c | 209 standard (IEEE 754-1985). The ability to perform shift, add,
|
/external/freetype/src/base/ |
ftdbgmem.c | 484 "not enough memory to perform memory debugging\n" );
|
/external/grub/netboot/ |
3c90x.c | 675 /*** a3c90x_probe: exported routine to probe for the 3c905 card and perform
|
/external/grub/util/ |
grub-install | 453 # Now perform the installation.
|
grub-install.in | 453 # Now perform the installation.
|
/external/guava/src/com/google/common/collect/ |
ImmutableSortedSet.java | 638 * These methods perform most headSet, subSet, and tailSet logic, besides
|
/external/icu4c/common/ |
normalizer2impl.h | 549 * Get access to the internal FCD trie table to be able to perform
|
unormcmp.cpp | 570 * Exception: When using the Turkic case-folding option, we do perform
|
/external/icu4c/common/unicode/ |
ubrk.h | 420 * A UBreakIterator in a locale returned by this function will perform the correct
|
Completed in 1285 milliseconds
<<919293949596979899100>>