Home
last modified time | relevance | path

Searched refs:Pristine (Results 1 – 25 of 251) sorted by relevance

1234567891011

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul-template/config/
H A Denv_test.go33 Pristine: Bool(true),
80 &EnvConfig{Pristine: Bool(true)},
81 &EnvConfig{Pristine: Bool(true)},
85 &EnvConfig{Pristine: Bool(true)},
87 &EnvConfig{Pristine: Bool(true)},
133 &EnvConfig{Pristine: Bool(true)},
139 &EnvConfig{Pristine: Bool(true)},
141 &EnvConfig{Pristine: Bool(true)},
146 &EnvConfig{Pristine: Bool(true)},
201 Pristine: Bool(true),
[all …]
H A Denv.go34 Pristine *bool `mapstructure:"pristine"` member
73 o.Pristine = c.Pristine
116 if o.Pristine != nil {
117 r.Pristine = o.Pristine
139 if BoolVal(c.Pristine) {
222 if c.Pristine == nil {
223 c.Pristine = Bool(false)
248 BoolGoString(c.Pristine),
H A Dexec_test.go31 Env: &EnvConfig{Pristine: Bool(true)},
134 &ExecConfig{Env: &EnvConfig{Pristine: Bool(true)}},
140 &ExecConfig{Env: &EnvConfig{Pristine: Bool(true)}},
142 &ExecConfig{Env: &EnvConfig{Pristine: Bool(true)}},
147 &ExecConfig{Env: &EnvConfig{Pristine: Bool(true)}},
148 &ExecConfig{Env: &EnvConfig{Pristine: Bool(true)}},
152 &ExecConfig{Env: &EnvConfig{Pristine: Bool(true)}},
153 &ExecConfig{Env: &EnvConfig{Pristine: Bool(true)}},
154 &ExecConfig{Env: &EnvConfig{Pristine: Bool(true)}},
306 Pristine: Bool(false),
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/hashicorp/consul-template/config/
H A Denv.go28 Pristine *bool `mapstructure:"pristine"` member
57 o.Pristine = c.Pristine
92 if o.Pristine != nil {
93 r.Pristine = o.Pristine
111 if BoolVal(c.Pristine) {
183 if c.Pristine == nil {
184 c.Pristine = Bool(false)
206 BoolGoString(c.Pristine),
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/hashicorp/consul-template/config/
H A Denv.go28 Pristine *bool `mapstructure:"pristine"` member
57 o.Pristine = c.Pristine
92 if o.Pristine != nil {
93 r.Pristine = o.Pristine
111 if BoolVal(c.Pristine) {
183 if c.Pristine == nil {
184 c.Pristine = Bool(false)
206 BoolGoString(c.Pristine),
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/consul-template/config/
H A Denv.go28 Pristine *bool `mapstructure:"pristine"` member
57 o.Pristine = c.Pristine
92 if o.Pristine != nil {
93 r.Pristine = o.Pristine
111 if BoolVal(c.Pristine) {
183 if c.Pristine == nil {
184 c.Pristine = Bool(false)
206 BoolGoString(c.Pristine),
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/hashicorp/consul-template/config/
H A Denv.go28 Pristine *bool `mapstructure:"pristine"` member
57 o.Pristine = c.Pristine
92 if o.Pristine != nil {
93 r.Pristine = o.Pristine
111 if BoolVal(c.Pristine) {
183 if c.Pristine == nil {
184 c.Pristine = Bool(false)
206 BoolGoString(c.Pristine),
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/hashicorp/consul-template/config/
H A Denv.go34 Pristine *bool `mapstructure:"pristine"` member
73 o.Pristine = c.Pristine
116 if o.Pristine != nil {
117 r.Pristine = o.Pristine
139 if BoolVal(c.Pristine) {
222 if c.Pristine == nil {
223 c.Pristine = Bool(false)
248 BoolGoString(c.Pristine),
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/tests/
H A Dadd_file.rs15 let env = pristine::sanakirja::Pristine::new_anon()?; in add_file_test()
73 let env = pristine::sanakirja::Pristine::new_anon()?; in add_dir_test()
163 let env = pristine::sanakirja::Pristine::new_anon()?; in del_obsolete_test()
200 let env = pristine::sanakirja::Pristine::new_anon()?; in del_eof_test()
228 let env = pristine::sanakirja::Pristine::new_anon()?; in del_nonzombie_test()
270 let env_bob = pristine::sanakirja::Pristine::new_anon()?; in permissions_test()
737 let env = pristine::sanakirja::Pristine::new_anon()?; in file_becomes_dir_test()
759 let env = pristine::sanakirja::Pristine::new_anon()?; in record_deleted_test()
780 let env = pristine::sanakirja::Pristine::new_anon()?; in record_prefix()
800 let env = pristine::sanakirja::Pristine::new_anon()?; in record_not_in_repo()
[all …]
H A Dfile_conflicts.rs27 let env_alice = pristine::sanakirja::Pristine::new_anon()?; in same_file_()
29 let env_bob = pristine::sanakirja::Pristine::new_anon()?; in same_file_()
182 let env_alice = pristine::sanakirja::Pristine::new_anon()?; in same_name_test()
184 let env_bob = pristine::sanakirja::Pristine::new_anon()?; in same_name_test()
309 let env_alice = pristine::sanakirja::Pristine::new_anon()?; in file_conflicts_same_name_and_two_names()
311 let env_bob = pristine::sanakirja::Pristine::new_anon()?; in file_conflicts_same_name_and_two_names()
473 let env_bob = pristine::sanakirja::Pristine::new_anon()?; in zombie_file_test()
585 let env_bob = pristine::sanakirja::Pristine::new_anon()?; in rename_zombie_file()
704 let env_bob = pristine::sanakirja::Pristine::new_anon()?; in rename_zombie_dir()
830 let env_bob = pristine::sanakirja::Pristine::new_anon()?; in double_zombie_file()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/
H A DLiveRegUnits.cpp107 LiveRegUnits Pristine(*TRI); in addPristines() local
108 addCalleeSavedRegs(Pristine, MF); in addPristines()
111 Pristine.removeReg(Info.getReg()); in addPristines()
112 addUnits(Pristine.getBitVector()); in addPristines()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/
H A DLiveRegUnits.cpp111 LiveRegUnits Pristine(*TRI); in addPristines() local
112 addCalleeSavedRegs(Pristine, MF); in addPristines()
115 Pristine.removeReg(Info.getReg()); in addPristines()
116 addUnits(Pristine.getBitVector()); in addPristines()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/
H A DLiveRegUnits.cpp111 LiveRegUnits Pristine(*TRI); in addPristines() local
112 addCalleeSavedRegs(Pristine, MF); in addPristines()
115 Pristine.removeReg(Info.getReg()); in addPristines()
116 addUnits(Pristine.getBitVector()); in addPristines()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/
H A DLiveRegUnits.cpp111 LiveRegUnits Pristine(*TRI); in addPristines() local
112 addCalleeSavedRegs(Pristine, MF); in addPristines()
115 Pristine.removeReg(Info.getReg()); in addPristines()
116 addUnits(Pristine.getBitVector()); in addPristines()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DLiveRegUnits.cpp107 LiveRegUnits Pristine(*TRI); in addPristines() local
108 addCalleeSavedRegs(Pristine, MF); in addPristines()
111 Pristine.removeReg(Info.getReg()); in addPristines()
112 addUnits(Pristine.getBitVector()); in addPristines()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/
H A DLiveRegUnits.cpp111 LiveRegUnits Pristine(*TRI); in addPristines() local
112 addCalleeSavedRegs(Pristine, MF); in addPristines()
115 Pristine.removeReg(Info.getReg()); in addPristines()
116 addUnits(Pristine.getBitVector()); in addPristines()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveRegUnits.cpp111 LiveRegUnits Pristine(*TRI); in addPristines() local
112 addCalleeSavedRegs(Pristine, MF); in addPristines()
115 Pristine.removeReg(Info.getReg()); in addPristines()
116 addUnits(Pristine.getBitVector()); in addPristines()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DLiveRegUnits.cpp107 LiveRegUnits Pristine(*TRI); in addPristines() local
108 addCalleeSavedRegs(Pristine, MF); in addPristines()
111 Pristine.removeReg(Info.getReg()); in addPristines()
112 addUnits(Pristine.getBitVector()); in addPristines()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DLiveRegUnits.cpp116 LiveRegUnits Pristine(*TRI); in addPristines() local
117 addCalleeSavedRegs(Pristine, MF); in addPristines()
120 Pristine.removeReg(Info.getReg()); in addPristines()
121 addUnits(Pristine.getBitVector()); in addPristines()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/
H A DLiveRegUnits.cpp116 LiveRegUnits Pristine(*TRI); in addPristines() local
117 addCalleeSavedRegs(Pristine, MF); in addPristines()
120 Pristine.removeReg(Info.getReg()); in addPristines()
121 addUnits(Pristine.getBitVector()); in addPristines()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/
H A DLiveRegUnits.cpp116 LiveRegUnits Pristine(*TRI); in addPristines() local
117 addCalleeSavedRegs(Pristine, MF); in addPristines()
120 Pristine.removeReg(Info.getReg()); in addPristines()
121 addUnits(Pristine.getBitVector()); in addPristines()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/
H A DLiveRegUnits.cpp116 LiveRegUnits Pristine(*TRI); in addPristines() local
117 addCalleeSavedRegs(Pristine, MF); in addPristines()
120 Pristine.removeReg(Info.getReg()); in addPristines()
121 addUnits(Pristine.getBitVector()); in addPristines()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DLiveRegUnits.cpp116 LiveRegUnits Pristine(*TRI); in addPristines() local
117 addCalleeSavedRegs(Pristine, MF); in addPristines()
120 Pristine.removeReg(Info.getReg()); in addPristines()
121 addUnits(Pristine.getBitVector()); in addPristines()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DLiveRegUnits.cpp116 LiveRegUnits Pristine(*TRI); in addPristines() local
117 addCalleeSavedRegs(Pristine, MF); in addPristines()
120 Pristine.removeReg(Info.getReg()); in addPristines()
121 addUnits(Pristine.getBitVector()); in addPristines()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/
H A DLiveRegUnits.cpp118 LiveRegUnits Pristine(*TRI); in addPristines() local
119 addCalleeSavedRegs(Pristine, MF); in addPristines()
122 Pristine.removeReg(Info.getReg()); in addPristines()
123 addUnits(Pristine.getBitVector()); in addPristines()

1234567891011