HomeSort by relevance Sort by last modified time
    Searched refs:bothKnown (Results 1 - 18 of 18) sorted by null

  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 385 if (!Visitor.bothKnown(Data))
571 if (!bothKnown(PtrData) || !GEP.accumulateConstantOffset(DL, Offset))
609 if (bothKnown(TrueSide) && bothKnown(FalseSide)) {
659 if (!bothKnown(Result)) {
678 if (Visitor.bothKnown(Const))
782 if (!bothKnown(PtrData))
812 if (!bothKnown(EdgeData)) {
841 if (!bothKnown(TrueSide) || !bothKnown(FalseSide)
    [all...]
  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 180 static bool bothKnown(const SizeOffsetType &SizeOffset) {
248 bool bothKnown(SizeOffsetEvalType SizeOffset) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
MemoryBuiltins.h 201 static bool bothKnown(const SizeOffsetType &SizeOffset) {
269 bool bothKnown(SizeOffsetEvalType SizeOffset) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
MemoryBuiltins.h 206 static bool bothKnown(const SizeOffsetType &SizeOffset) {
274 bool bothKnown(SizeOffsetEvalType SizeOffset) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
MemoryBuiltins.h 206 static bool bothKnown(const SizeOffsetType &SizeOffset) {
274 bool bothKnown(SizeOffsetEvalType SizeOffset) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
MemoryBuiltins.h 225 static bool bothKnown(const SizeOffsetType &SizeOffset) {
296 bool bothKnown(SizeOffsetEvalType SizeOffset) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
MemoryBuiltins.h 225 static bool bothKnown(const SizeOffsetType &SizeOffset) {
296 bool bothKnown(SizeOffsetEvalType SizeOffset) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
MemoryBuiltins.h 225 static bool bothKnown(const SizeOffsetType &SizeOffset) {
296 bool bothKnown(SizeOffsetEvalType SizeOffset) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
MemoryBuiltins.h 225 static bool bothKnown(const SizeOffsetType &SizeOffset) {
296 bool bothKnown(SizeOffsetEvalType SizeOffset) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
MemoryBuiltins.h 201 static bool bothKnown(const SizeOffsetType &SizeOffset) {
269 bool bothKnown(SizeOffsetEvalType SizeOffset) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
MemoryBuiltins.h 206 static bool bothKnown(const SizeOffsetType &SizeOffset) {
274 bool bothKnown(SizeOffsetEvalType SizeOffset) {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
MemoryBuiltins.h 206 static bool bothKnown(const SizeOffsetType &SizeOffset) {
274 bool bothKnown(SizeOffsetEvalType SizeOffset) {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
MemoryBuiltins.h 225 static bool bothKnown(const SizeOffsetType &SizeOffset) {
296 bool bothKnown(SizeOffsetEvalType SizeOffset) {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
MemoryBuiltins.h 225 static bool bothKnown(const SizeOffsetType &SizeOffset) {
296 bool bothKnown(SizeOffsetEvalType SizeOffset) {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
MemoryBuiltins.h 225 static bool bothKnown(const SizeOffsetType &SizeOffset) {
296 bool bothKnown(SizeOffsetEvalType SizeOffset) {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
MemoryBuiltins.h 225 static bool bothKnown(const SizeOffsetType &SizeOffset) {
296 bool bothKnown(SizeOffsetEvalType SizeOffset) {
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 134 if (!ObjSizeEval->bothKnown(SizeOffset)) {
AddressSanitizer.cpp     [all...]

Completed in 757 milliseconds