Home
last modified time | relevance | path

Searched defs:Direct (Results 1 – 15 of 15) sorted by relevance

/llvm-project/flang/runtime/
H A Dconnection.h23 enum class Access { Sequential, Direct, Stream }; enumerator
/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h86 enum DirectConstruction { Direct }; global() enumerator
/llvm-project/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp424 BasicBlock::iterator Direct = DirectSucc->begin(); in SplitIndirectBrCriticalEdges() local
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h83 Direct = 0x00000000, // Not a pointer enumerator
/llvm-project/clang/tools/clang-import-test/
H A Dclang-import-test.cpp50 Direct("direct", llvm::cl::Optional, global() variable
/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h265 Direct, enumerator
/llvm-project/flang/include/flang/Semantics/
H A Dtools.h479 ENUM_CLASS(ComponentKind,Ordered,Direct,Ultimate,Potential,Scope,PotentialAndPointer) ENUM_CLASS() argument
/llvm-project/clang/test/SemaObjC/
H A Dmethod-direct.m34 @interface Root(Direct) category
/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h106 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5 enumerator
/llvm-project/clang/include/clang/AST/
H A DDeclOpenMP.h163 Direct, // omp_priv(<expr>) enumerator
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp51 Direct, global() enumerator
/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp382 int Direct; run() member
/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h41 Direct, enumerator
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp46 enum Kind { Default = 0x0, Direct = 0x1 }; enumerator
[all...]
/llvm-project/clang/lib/AST/
H A DType.cpp5195 shouldDiagnoseFunctionCall(bool Direct,ArrayRef<FunctionEffect> CalleeFX) const shouldDiagnoseFunctionCall() argument