Home
last modified time | relevance | path

Searched refs:concrete (Results 1 – 25 of 79) sorted by relevance

1234

/external/clang/test/SemaTemplate/
Doverload-uneval.cpp22 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/
DRegionStore.txt15 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:
DDebugChecks.rst154 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/
DAbstractFileSystemEntry.groovy19 …* The abstract superclass for concrete file system entry classes representing files and directorie…
45 * Abstract method -- must be implemented within concrete subclasses
DDirectoryEntry.groovy42 * Abstract method -- must be implemented within concrete subclasses
DFileEntry.groovy63 * Abstract method -- must be implemented within concrete subclasses
/external/skia/src/utils/
DSkRTConf.cpp307 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/
Dgen_framework.py510 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/
Danonymous-namespaces.cpp44 int concrete() { in concrete() function
/external/littlemock/
DREADME12 Can mock concrete classes, requires dexmaker.jar on classpath.
/external/llvm/docs/
DHowToSetUpLLVMStyleRTTI.rst65 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/
DAnalyses.def24 ANALYSIS_CONSTRAINTS(RangeConstraints, "range", "Use constraint tracking of concrete value ranges",…
/external/llvm/test/DebugInfo/Generic/
Dcross-cu-inlining.ll34 ; concrete information (address range or variable location)
47 ; Check the concrete out of line definition references the abstract and
Drecursive_inlining.ll10 ; accidentally overwrote the concrete argument and was lost.
63 ; The concrete definition of C::m_fn2
/external/opencv3/cmake/
DOpenCVDetectCUDA.cmake127 # 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/
DREADME.md9 for a concrete example of how to apply pyfakefs.
/external/caliper/caliper/src/main/resources/com/google/caliper/config/
Dglobal-config.properties34 # pointing to a concrete class that extends com.google.caliper.runner.Instrument, and add
/external/clang/include/clang/AST/
DTypeNodes.def21 // the type hierarchy but has no concrete instances.
/external/google-breakpad/
DREADME.ANDROID82 For a concrete example, see the sample test application under
/external/llvm/test/DebugInfo/X86/
Dconcrete_out_of_line.ll3 ; test that we add DW_AT_inline even when we only have concrete out of line
/external/iproute2/netem/
DREADME.distribution48 a concrete example, namely how the new "experimental" distribution was
/external/llvm/test/DebugInfo/Generic/Inputs/
Dgmlt.ll51 ; retrieving the name of a concrete inlined instance
/external/iproute2/
DREADME.distribution46 a concrete example, namely how the new "experimental" distribution was
/external/llvm/test/DebugInfo/Inputs/
Dgmlt.ll51 ; retrieving the name of a concrete inlined instance
/external/clang/docs/
DDriverInternals.rst98 represent concrete data structures built by the driver, the green
269 Tool must construct concrete Commands which will be executed during

1234