HomeSort by relevance Sort by last modified time
    Searched refs:Shadow (Results 26 - 50 of 80) sorted by null

12 3 4

  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
FfsInfStatement.py 199 if self.KeepReloc == None and Inf.Shadow:
200 self.ShadowFromInfFile = Inf.Shadow
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
  /external/robolectric/v3/
robolectric-utils-3.1-SNAPSHOT.jar 
  /external/clang/lib/Sema/
SemaLookup.cpp 366 // shadow declaration over any other declaration of the same entity.
    [all...]
SemaDeclCXX.cpp     [all...]
SemaAccess.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 207 // These flags allow to change the shadow mapping.
208 // The shadow mapping looks like
209 // Shadow = (Mem >> scale) + offset
211 cl::desc("scale of asan shadow mapping"),
215 cl::desc("offset of asan shadow mapping [EXPERIMENTAL]"), cl::Hidden,
352 /// This struct defines the shadow mapping using the rule:
353 /// shadow = (mem >> Scale) ADD-or-OR Offset.
430 // OR-ing shadow offset if more efficient (at least on x86) if the offset
431 // is a power of two, but on ppc64 we have to use add since the shadow
498 Value *memToShadow(Value *Shadow, IRBuilder<> &IRB)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclCXX.h     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
EdkIIWorkspaceBuild.py 142 # @var Shadow To store value for Shadow
181 self.Shadow = ''
744 Pb.Shadow = ModuleHeader.Shadow
    [all...]
  /external/mesa3d/src/mesa/program/
program_lexer.l 35 #define require_shadow (yyextra->option.Shadow)
  /external/llvm/lib/Target/Hexagon/
RDFGraph.cpp 81 if (Flags & NodeAttrs::Shadow)
    [all...]
RDFGraph.h 144 // " - shadow ref (follows the node id),
173 // - Shadow: a reference that has duplicates holding additional reaching
180 // *** Shadow references
188 // a flag "shadow". Example:
200 // mark " indicates that the node is a shadow.
248 Shadow = 0x0001 << 5, // 00001, Has extra reaching defs.
RDFLiveness.cpp 93 // whole point of a shadow is that it will have a reaching def that
728 // shadow associated with RA. If it is not, then RR is "restricted" to RA,
749 if (RA.Addr->getFlags() & NodeAttrs::Shadow) {
    [all...]
  /prebuilts/go/darwin-x86/src/net/
dial.go 340 // Shadow the nettrace (if any) during resolve so Connect events don't fire for DNS lookups.
343 shadow := *trace
344 shadow.ConnectStart = nil
345 shadow.ConnectDone = nil
346 resolveCtx = context.WithValue(resolveCtx, nettrace.TraceKey{}, &shadow)
  /prebuilts/go/linux-x86/src/net/
dial.go 340 // Shadow the nettrace (if any) during resolve so Connect events don't fire for DNS lookups.
343 shadow := *trace
344 shadow.ConnectStart = nil
345 shadow.ConnectDone = nil
346 resolveCtx = context.WithValue(resolveCtx, nettrace.TraceKey{}, &shadow)

Completed in 5734 milliseconds

12 3 4