Home
last modified time | relevance | path

Searched refs:ComputeType (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Drandom_poisson_op.cc64 typedef double ComputeType; typedef
277 typedef typename PoissonComputeType<T>::ComputeType CT;
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp386 ComputeType = nullptr; in enterReturn()
391 ComputeType = nullptr; in enterReturn()
395 ComputeType = nullptr; in enterReturn()
403 ComputeType = nullptr; in enterVariableInit()
409 SourceLocation Tok, llvm::function_ref<QualType()> ComputeType) { in enterFunctionArgument() argument
410 this->ComputeType = ComputeType; in enterFunctionArgument()
534 ComputeType = nullptr; in enterBinary()
554 ComputeType = nullptr; in enterUnary()
561 ComputeType = nullptr; in enterSubscript()
568 ComputeType = nullptr; in enterTypeCast()
[all …]
/external/llvm-project/clang/include/clang/Sema/
DSema.h308 llvm::function_ref<QualType()> ComputeType);
324 if (ComputeType) in get()
325 return ComputeType(); in get()
336 llvm::function_ref<QualType()> ComputeType; variable