Home
last modified time | relevance | path

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

/freebsd/contrib/bc/manuals/
H A Dbuild.md143 #### `CC`
155 #### `HOSTCC` or `HOST_CC`
166 #### `CFLAGS`
172 #### `HOSTCFLAGS` or `HOST_CFLAGS`
178 #### `CPPFLAGS`
185 #### `LDFLAGS`
192 #### `LDLIBS`
200 #### `PREFIX`
212 #### `DESTDIR`
222 #### `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/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 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.cpp339 std::map<std::string, Variable> Variables; member in __anonfaf0748f0111::Intrinsic
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp103 UniqueVector<DebugVariable> Variables; member in FunctionVarLocsBuilder
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp671 auto Variables = nullptr; in getReplacementSubprogram() local
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp415 StringMap<Variable> Variables; member in __anon60b61cd60111::MasmParser