Home
last modified time | relevance | path

Searched defs:Variables (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/bc/manuals/
H A Dbuild.md146 #### `CC`
158 #### `HOSTCC` or `HOST_CC`
169 #### `CFLAGS`
175 #### `HOSTCFLAGS` or `HOST_CFLAGS`
181 #### `CPPFLAGS`
188 #### `LDFLAGS`
195 #### `LDLIBS`
203 #### `PREFIX`
215 #### `DESTDIR`
225 #### `BINDIR`
[all …]
/freebsd/crypto/openssl/doc/internal/man7/
H A Dbuild.info.pod255 =head3 Variables subsection
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAssignmentTrackingAnalysis.h32 SmallVector<DebugVariable> Variables; global() variable
/freebsd/crypto/openssl/
H A DFREEBSD-upgrade.md39 ### Variables subsection
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCloneDetection.h360 std::vector<const VarDecl *> Variables; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSwLowerLDS.cpp233 SetVector<GlobalVariable *> &Variables) { in getOrderedNonKernelAllLDSGlobals()
955 Function *Func, SetVector<GlobalVariable *> &Variables) { in getAddressesOfVariablesInKernel()
1028 auto &Variables = NKLDSParams.OrdereLDSGlobals; in buildNonKernelLDSOffsetTable() local
H A DAMDGPULowerModuleLDSPass.cpp312 LLVMContext &Ctx, ArrayRef<GlobalVariable *> Variables, in getAddressesOfVariablesInKernel()
337 Module &M, ArrayRef<GlobalVariable *> Variables, in buildLookupTable()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp341 std::map<std::string, Variable, std::less<>> Variables; member in __anonfaf0748f0111::Intrinsic
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp104 UniqueVector<DebugVariable> Variables; member in FunctionVarLocsBuilder
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp693 auto Variables = nullptr; in getReplacementSubprogram() local
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp405 StringMap<Variable> Variables; member in __anon60b61cd60111::MasmParser