Home
last modified time | relevance | path

Searched defs:indicator (Results 1 – 6 of 6) sorted by relevance

/llvm-project/mlir/include/mlir/Dialect/Bufferization/IR/
H A DBufferDeallocationOpInterface.h89 Value indicator; variable
/llvm-project/mlir/lib/Dialect/Bufferization/IR/
H A DBufferDeallocationOpInterface.cpp48 Ownership::Ownership(Value indicator) in Ownership() argument
57 Ownership Ownership::getUnique(Value indicator) { return Ownership(indicator); } in getUnique() argument
[all...]
/llvm-project/clang-tools-extra/clangd/support/
H A DLogger.h29 static char indicator(Level L) { return "DVIE"[L]; } in indicator() function
/llvm-project/mlir/lib/Analysis/Presburger/
H A DBarvinok.cpp333 SmallVector<int> indicator(numIneqs); in computePolytopeGeneratingFunction() local
H A DMatrix.cpp412 splitByBitset(ArrayRef<int> indicator) splitByBitset() argument
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform.h1002 const uptr indicator = 0x0e0000000000ull; in Apply() local