/external/clang/test/SemaTemplate/ |
D | overload-uneval.cpp | 22 static inline B *concrete(Foo *node) { in concrete() function in Wibble 33 inline operator B *() const { return concrete(i); } in operator B*()
|
/external/clang/docs/analyzer/ |
D | RegionStore.txt | 15 keys store both the original region, and the "concrete offset region" -- the 16 last region whose offset is entirely concrete. (For example, in the expression 17 `foo.bar[1][i].baz`, the concrete offset region is the array `foo.bar[1]`, 24 Supporting both concrete and symbolic offsets makes things a bit tricky. Here's 33 symbolic offset invalidates the entire concrete offset region.* We know 44 concrete offset invalidates any symbolic offset bindings whose concrete offset 65 they have no concrete compile-time offsets (in the modern, "non-fragile" 159 Here's a concrete example:
|
D | DebugChecks.rst | 154 dying. However, if the argument is not a symbol but a concrete value,
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/ |
D | AbstractFileSystemEntry.groovy | 19 …* The abstract superclass for concrete file system entry classes representing files and directorie… 45 * Abstract method -- must be implemented within concrete subclasses
|
D | DirectoryEntry.groovy | 42 * Abstract method -- must be implemented within concrete subclasses
|
D | FileEntry.groovy | 63 * Abstract method -- must be implemented within concrete subclasses
|
/external/skia/src/utils/ |
D | SkRTConf.cpp | 307 SkRTConf<T> *concrete = static_cast<SkRTConf<T> *>(*confBase); in set() local 309 if (concrete) { in set() 310 concrete->set(value); in set()
|
/external/deqp/external/vulkancts/ |
D | gen_framework.py | 510 def writeInterfaceDecl (api, filename, functionTypes, concrete): argument 512 postfix = "" if concrete else " = 0" 893 …in(VULKAN_DIR, "vkVirtualPlatformInterface.inl"), functionTypes = platformFuncs, concrete = False) 894 …in(VULKAN_DIR, "vkVirtualInstanceInterface.inl"), functionTypes = instanceFuncs, concrete = False) 895 ….join(VULKAN_DIR, "vkVirtualDeviceInterface.inl"), functionTypes = deviceFuncs, concrete = False) 896 …in(VULKAN_DIR, "vkConcretePlatformInterface.inl"), functionTypes = platformFuncs, concrete = True) 897 …in(VULKAN_DIR, "vkConcreteInstanceInterface.inl"), functionTypes = instanceFuncs, concrete = True) 898 …h.join(VULKAN_DIR, "vkConcreteDeviceInterface.inl"), functionTypes = deviceFuncs, concrete = True)
|
/external/clang/test/CodeGenCXX/ |
D | anonymous-namespaces.cpp | 44 int concrete() { in concrete() function
|
/external/littlemock/ |
D | README | 12 Can mock concrete classes, requires dexmaker.jar on classpath.
|
/external/llvm/docs/ |
D | HowToSetUpLLVMStyleRTTI.rst | 65 different concrete classes in the hierarchy, and stash the enum value 201 To be concrete, consider the following code: 246 For concrete bases (i.e. non-abstract interior nodes of the inheritance 250 * Since the class is concrete, it must itself have an entry in the ``Kind`` 404 #. The ``Kind`` enum should have one entry per concrete class, ordered
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | Analyses.def | 24 ANALYSIS_CONSTRAINTS(RangeConstraints, "range", "Use constraint tracking of concrete value ranges",…
|
/external/llvm/test/DebugInfo/Generic/ |
D | cross-cu-inlining.ll | 34 ; concrete information (address range or variable location) 47 ; Check the concrete out of line definition references the abstract and
|
D | recursive_inlining.ll | 10 ; accidentally overwrote the concrete argument and was lost. 63 ; The concrete definition of C::m_fn2
|
/external/opencv3/cmake/ |
D | OpenCVDetectCUDA.cmake | 127 # User explicitly specified PTX for the concrete BIN 132 # User didn't explicitly specify PTX for the concrete BIN, we assume PTX=BIN
|
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/ |
D | README.md | 9 for a concrete example of how to apply pyfakefs.
|
/external/caliper/caliper/src/main/resources/com/google/caliper/config/ |
D | global-config.properties | 34 # pointing to a concrete class that extends com.google.caliper.runner.Instrument, and add
|
/external/clang/include/clang/AST/ |
D | TypeNodes.def | 21 // the type hierarchy but has no concrete instances.
|
/external/google-breakpad/ |
D | README.ANDROID | 82 For a concrete example, see the sample test application under
|
/external/llvm/test/DebugInfo/X86/ |
D | concrete_out_of_line.ll | 3 ; test that we add DW_AT_inline even when we only have concrete out of line
|
/external/iproute2/netem/ |
D | README.distribution | 48 a concrete example, namely how the new "experimental" distribution was
|
/external/llvm/test/DebugInfo/Generic/Inputs/ |
D | gmlt.ll | 51 ; retrieving the name of a concrete inlined instance
|
/external/iproute2/ |
D | README.distribution | 46 a concrete example, namely how the new "experimental" distribution was
|
/external/llvm/test/DebugInfo/Inputs/ |
D | gmlt.ll | 51 ; retrieving the name of a concrete inlined instance
|
/external/clang/docs/ |
D | DriverInternals.rst | 98 represent concrete data structures built by the driver, the green 269 Tool must construct concrete Commands which will be executed during
|